mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
i3: picom: update shadow targets
This commit is contained in:
parent
7266879a9f
commit
647d9c10a2
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ exec --no-startup-id picom \
|
||||||
--backend glx \
|
--backend glx \
|
||||||
--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 = "org.mozilla.firefox" && argb' \
|
||||||
--shadow-exclude='class_g = "thunderbird" && argb' \
|
--shadow-exclude='class_g = "org.mozilla.thunderbird" && argb' \
|
||||||
--shadow-exclude='class_g = "TelegramDesktop" && argb' \
|
--shadow-exclude='class_g = "TelegramDesktop" && argb' \
|
||||||
|
|
||||||
# [Appearance]
|
# [Appearance]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue