fullscreen windows now don't dim
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Don't dim youtube
|
||||
windowrule {
|
||||
name = nodim-youtube
|
||||
no_dim = on
|
||||
@@ -14,7 +13,6 @@ windowrule {
|
||||
match:class = ^(cafe.avery.Delfin)$
|
||||
}
|
||||
|
||||
# Floaty Windows
|
||||
windowrule {
|
||||
name = float-firefoxDialogue
|
||||
float = on
|
||||
@@ -56,7 +54,7 @@ windowrule {
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-13
|
||||
name = blueman-size
|
||||
float = on
|
||||
size = 600 400
|
||||
animation = popin
|
||||
@@ -64,41 +62,37 @@ windowrule {
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-14
|
||||
name = float-nm
|
||||
float = on
|
||||
match:class = ^(nm-applet)$
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-15
|
||||
name = float-nm
|
||||
float = on
|
||||
match:class = ^(nm-connection-editor)$
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-16
|
||||
name = float-auth-agent
|
||||
float = on
|
||||
match:class = ^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-17
|
||||
float = on
|
||||
match:class = ^(yad)$ # Protontricks-Gtk
|
||||
}
|
||||
|
||||
|
||||
# Specific Animations and Sizing
|
||||
windowrule {
|
||||
name = windowrule-18
|
||||
name = firefox-popups
|
||||
size = 800 500
|
||||
animation = popin
|
||||
match:class = ^(firefox)$
|
||||
match:title = ^(.*Save.*)
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = nodim-fullscreen
|
||||
match:fullscreen = 1
|
||||
no_dim = on
|
||||
}
|
||||
|
||||
# Layer rules
|
||||
layerrule {
|
||||
name = layerrule-1
|
||||
blur = on
|
||||
|
||||
Reference in New Issue
Block a user