mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
i3: replace compton with picom
This commit is contained in:
parent
8e06e8c280
commit
f3c2b9e0c1
1 changed files with 2 additions and 3 deletions
|
|
@ -8,10 +8,9 @@ exec --no-startup-id polybar top
|
||||||
exec --no-startup-id setxkbmap -option 'grp:caps_toggle'
|
exec --no-startup-id setxkbmap -option 'grp:caps_toggle'
|
||||||
|
|
||||||
# compton: Xubuntu 20.04 ThinkPad E14
|
# compton: Xubuntu 20.04 ThinkPad E14
|
||||||
exec --no-startup-id compton \
|
exec --no-startup-id picom \
|
||||||
-cb -o 1 \
|
-cb -o 1 \
|
||||||
--vsync --backend xr_glx_hybrid \
|
--vsync \
|
||||||
--vsync-use-glfinish \
|
|
||||||
--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 = "firefox" && argb' \
|
--shadow-exclude='class_g = "firefox" && argb' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue