mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
i3: picom: update shadows
This commit is contained in:
parent
8a9fdf8290
commit
851879c12d
1 changed files with 7 additions and 2 deletions
|
|
@ -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 polybar top
|
||||
exec --no-startup-id picom \
|
||||
-cb -o 1 \
|
||||
--vsync \
|
||||
--daemon \
|
||||
--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='class_g ?= "i3-frame"' \
|
||||
--shadow-exclude='class_g = "org.mozilla.firefox" && argb' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue