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