mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
picom: Exclude polybar from fading in
This likely fixes an issue I had earlier, although I don't remember what it was. In any case, this change is a positive one since toggling the bar is now instantaneous as well.
This commit is contained in:
parent
768f54ac8e
commit
19c8624061
@ -25,6 +25,11 @@ opacity-rule = [
|
|||||||
"99:class_g = 'Org.gnome.Nautilus'"
|
"99:class_g = 'Org.gnome.Nautilus'"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Don't fade in polybar when showing it
|
||||||
|
fade-exclude = [
|
||||||
|
"class_g = 'Polybar'"
|
||||||
|
]
|
||||||
|
|
||||||
# Disable shadow for drag-and-drop functionality
|
# Disable shadow for drag-and-drop functionality
|
||||||
wintypes: {
|
wintypes: {
|
||||||
dnd = {
|
dnd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user