diff options
author | Yigit Sever | 2020-05-09 14:38:20 +0300 |
---|---|---|
committer | Yigit Sever | 2020-05-09 14:38:20 +0300 |
commit | 5de2c4d480ba0c88ca4ffae4a6defc5890f43477 (patch) | |
tree | 0498de81a41a7bed8e2c0a448937d3b6cf5189bd | |
parent | 928f152eed1fdcdedd73e5cc75db929a6a66fac6 (diff) | |
download | dotfiles-5de2c4d480ba0c88ca4ffae4a6defc5890f43477.tar.gz dotfiles-5de2c4d480ba0c88ca4ffae4a6defc5890f43477.tar.bz2 dotfiles-5de2c4d480ba0c88ca4ffae4a6defc5890f43477.zip |
refactor compton to picom
-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; |