diff options
| -rw-r--r-- | .config/compton/compton.conf | 6 | ||||
| -rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index dcdaab8..dabb503 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf | |||
| @@ -23,7 +23,7 @@ shadow-exclude = [ | |||
| 23 | # Opacity | 23 | # Opacity |
| 24 | inactive-opacity = 0.95; | 24 | inactive-opacity = 0.95; |
| 25 | # active-opacity = 0.8; | 25 | # active-opacity = 0.8; |
| 26 | frame-opacity = 0.7; | 26 | frame-opacity = 1.0; |
| 27 | inactive-opacity-override = false; | 27 | inactive-opacity-override = false; |
| 28 | inactive-dim = 0.0; | 28 | inactive-dim = 0.0; |
| 29 | # inactive-dim-fixed = true; | 29 | # inactive-dim-fixed = true; |
| @@ -61,7 +61,7 @@ mark-ovredir-focused = true; | |||
| 61 | detect-rounded-corners = true; | 61 | detect-rounded-corners = true; |
| 62 | detect-client-opacity = true; | 62 | detect-client-opacity = true; |
| 63 | refresh-rate = 0; | 63 | refresh-rate = 0; |
| 64 | vsync = "none"; | 64 | vsync = true; |
| 65 | # sw-opti = true; | 65 | # sw-opti = true; |
| 66 | # unredir-if-possible = true; | 66 | # unredir-if-possible = true; |
| 67 | # unredir-if-possible-delay = 5000; | 67 | # unredir-if-possible-delay = 5000; |
| @@ -75,7 +75,7 @@ invert-color-include = [ ]; | |||
| 75 | # GLX backend | 75 | # GLX backend |
| 76 | # glx-no-stencil = true; | 76 | # glx-no-stencil = true; |
| 77 | # glx-no-rebind-pixmap = true; | 77 | # glx-no-rebind-pixmap = true; |
| 78 | glx-swap-method = "undefined"; | 78 | # glx-swap-method = "undefined"; |
| 79 | # glx-use-gpushader4 = true; | 79 | # glx-use-gpushader4 = true; |
| 80 | # xrender-sync = true; | 80 | # xrender-sync = true; |
| 81 | # xrender-sync-fence = true; | 81 | # xrender-sync-fence = true; |
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index 3e1afae..33a0e55 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
| @@ -29,8 +29,8 @@ exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf | |||
| 29 | # set the wallpaper last (hopefully after xrandr) | 29 | # set the wallpaper last (hopefully after xrandr) |
| 30 | exec --no-startup-id ~/.fehbg | 30 | exec --no-startup-id ~/.fehbg |
| 31 | 31 | ||
| 32 | gaps inner 10 | 32 | gaps inner 0 |
| 33 | gaps outer 10 | 33 | gaps outer 0 |
| 34 | 34 | ||
| 35 | smart_gaps on | 35 | smart_gaps on |
| 36 | 36 | ||
| @@ -198,7 +198,7 @@ bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | |||
| 198 | 198 | ||
| 199 | bindsym $mod+r mode "resize" | 199 | bindsym $mod+r mode "resize" |
| 200 | 200 | ||
| 201 | for_window [class=".*"] border pixel 0 | 201 | for_window [class=".*"] border pixel 3 |
| 202 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 202 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
| 203 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 203 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
| 204 | 204 | ||
