mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-28 11:17:13 +08:00
fixed compton adding shadows to polybar even with no-dock-shadows enabled
Former-commit-id: 630fe4a17f
Former-commit-id: 54a16192b91fd1d300b0bc37236546f8562bbbc5
Former-commit-id: 8b59ae3179cdc0b066362d6e98cc0d7d8afd26ee
Former-commit-id: 841267e09dd2e0b3bfce4314cf3e4ec4303815c8
This commit is contained in:
parent
afb981afa3
commit
b7ec10d5e8
1 changed files with 5 additions and 4 deletions
|
|
@ -1,13 +1,14 @@
|
|||
shadow-exclude = [
|
||||
# Covered by no-dock-shadow
|
||||
#"class_g ?= 'Polybar'",
|
||||
"class_g ?= 'Polybar'",
|
||||
"class_g ?= 'slop'",
|
||||
# For i3wm tabbed/stacked layout
|
||||
# Disable i3wm titlebar shadows
|
||||
#"class_g ?= 'i3-frame'",
|
||||
# For i3wm tabbed/stacked layout transparency/shadows
|
||||
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
||||
opacity-rule = [
|
||||
# For i3wm tabbed/stacked layout
|
||||
# For i3wm tabbed/stacked layout transparency/shadows
|
||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue