summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2023-08-22 14:54:09 +0300
committerYigit Sever2023-08-22 14:54:58 +0300
commit00db5ffc08ce71a31e7ed3c1a1af4d4c6f8f004a (patch)
tree3728e578ec9dd1ea99744ec77a7f2b51d638f7ca /.config
parent30ba1496fdb83caebe0e03ac6e3e299193b760e2 (diff)
downloaddotfiles-00db5ffc08ce71a31e7ed3c1a1af4d4c6f8f004a.tar.gz
dotfiles-00db5ffc08ce71a31e7ed3c1a1af4d4c6f8f004a.tar.bz2
dotfiles-00db5ffc08ce71a31e7ed3c1a1af4d4c6f8f004a.zip
picom: remove deprecated options
https://github.com/yshui/picom old fork we were using is abandoned, update accordingly
diffstat (limited to '.config')
-rw-r--r--.config/picom/picom.conf##h.lowe4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/picom/picom.conf##h.lowe b/.config/picom/picom.conf##h.lowe
index ed04faf..30ff01b 100644
--- a/.config/picom/picom.conf##h.lowe
+++ b/.config/picom/picom.conf##h.lowe
@@ -54,9 +54,7 @@ mark-wmwin-focused = true;
54mark-ovredir-focused = true; 54mark-ovredir-focused = true;
55detect-rounded-corners = true; 55detect-rounded-corners = true;
56detect-client-opacity = true; 56detect-client-opacity = true;
57refresh-rate = 0; 57vsync = false;
58vsync = true;
59sw-opti = false;
60unredir-if-possible = false; 58unredir-if-possible = false;
61detect-transient = true; 59detect-transient = true;
62detect-client-leader = true; 60detect-client-leader = true;