diff options
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 2 | ||||
-rw-r--r-- | .config/picom/picom.conf (renamed from .config/compton/compton.conf) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index 39a2dc3..a6d85d7 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus | |||
@@ -13,7 +13,7 @@ exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer no | |||
13 | 13 | ||
14 | #autostart | 14 | #autostart |
15 | exec --no-startup-id xsettingsd & | 15 | exec --no-startup-id xsettingsd & |
16 | exec --no-startup-id compton -b & | 16 | exec --no-startup-id picom -b & |
17 | exec --no-startup-id nextcloud & | 17 | exec --no-startup-id nextcloud & |
18 | exec --no-startup-id copyq & | 18 | exec --no-startup-id copyq & |
19 | exec --no-startup-id redshift-gtk & | 19 | exec --no-startup-id redshift-gtk & |
diff --git a/.config/compton/compton.conf b/.config/picom/picom.conf index 357f978..67c459f 100644 --- a/.config/compton/compton.conf +++ b/.config/picom/picom.conf | |||
@@ -63,7 +63,7 @@ detect-rounded-corners = true; | |||
63 | detect-client-opacity = true; | 63 | detect-client-opacity = true; |
64 | refresh-rate = 0; | 64 | refresh-rate = 0; |
65 | vsync = "opengl-swc"; | 65 | vsync = "opengl-swc"; |
66 | paint-on-overlay = true; | 66 | # paint-on-overlay = true; |
67 | sw-opti = false; | 67 | sw-opti = false; |
68 | # unredir-if-possible = true; | 68 | # unredir-if-possible = true; |
69 | # unredir-if-possible-delay = 5000; | 69 | # unredir-if-possible-delay = 5000; |