i3: glx backend for picom

This commit is contained in:
He4eT 2024-02-10 00:23:23 +01:00
commit 65e8edc363

View file

@ -11,6 +11,7 @@ exec --no-startup-id setxkbmap -option 'grp:caps_toggle'
exec --no-startup-id picom \
-cb -o 1 \
--vsync \
--backend glx \
--shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \
--shadow-exclude='class_g ?= "i3-frame"' \
--shadow-exclude='class_g = "firefox" && argb' \