i3: picom: update shadows

This commit is contained in:
He4eT 2024-12-17 04:53:34 +01:00
commit 851879c12d

View file

@ -4,9 +4,14 @@ exec --no-startup-id feh --bg-scale ~/dotfiles/wallpapers/png/blob.png
exec --no-startup-id setxkbmap -option 'grp:caps_toggle' exec --no-startup-id setxkbmap -option 'grp:caps_toggle'
exec --no-startup-id polybar top exec --no-startup-id polybar top
exec --no-startup-id picom \ exec --no-startup-id picom \
-cb -o 1 \ --daemon \
--vsync \
--backend glx \ --backend glx \
--vsync \
--shadow \
--shadow-opacity=0.9 \
--shadow-radius=12 \
--shadow-offset-x=-12 \
--shadow-offset-y=-9 \
--shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \ --shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \
--shadow-exclude='class_g ?= "i3-frame"' \ --shadow-exclude='class_g ?= "i3-frame"' \
--shadow-exclude='class_g = "org.mozilla.firefox" && argb' \ --shadow-exclude='class_g = "org.mozilla.firefox" && argb' \