summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2020-05-09 14:38:20 +0300
committerYigit Sever2020-05-09 14:38:20 +0300
commit5de2c4d480ba0c88ca4ffae4a6defc5890f43477 (patch)
tree0498de81a41a7bed8e2c0a448937d3b6cf5189bd
parent928f152eed1fdcdedd73e5cc75db929a6a66fac6 (diff)
downloaddotfiles-5de2c4d480ba0c88ca4ffae4a6defc5890f43477.tar.gz
dotfiles-5de2c4d480ba0c88ca4ffae4a6defc5890f43477.tar.bz2
dotfiles-5de2c4d480ba0c88ca4ffae4a6defc5890f43477.zip
refactor compton to picom
-rw-r--r--.config/i3/config##c.desktop,h.Maus2
-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
15exec --no-startup-id xsettingsd & 15exec --no-startup-id xsettingsd &
16exec --no-startup-id compton -b & 16exec --no-startup-id picom -b &
17exec --no-startup-id nextcloud & 17exec --no-startup-id nextcloud &
18exec --no-startup-id copyq & 18exec --no-startup-id copyq &
19exec --no-startup-id redshift-gtk & 19exec --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;
63detect-client-opacity = true; 63detect-client-opacity = true;
64refresh-rate = 0; 64refresh-rate = 0;
65vsync = "opengl-swc"; 65vsync = "opengl-swc";
66paint-on-overlay = true; 66# paint-on-overlay = true;
67sw-opti = false; 67sw-opti = false;
68# unredir-if-possible = true; 68# unredir-if-possible = true;
69# unredir-if-possible-delay = 5000; 69# unredir-if-possible-delay = 5000;