window rules
This commit is contained in:
parent
f509e8abbc
commit
6d61976106
1 changed files with 14 additions and 6 deletions
|
@ -224,8 +224,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
# common popups
|
# TODO: dedupe
|
||||||
# we should totally dedupe these
|
# commons
|
||||||
"float, class:org.gnome.FileRoller"
|
"float, class:org.gnome.FileRoller"
|
||||||
"size 1100 650, class:org.gnome.FileRoller"
|
"size 1100 650, class:org.gnome.FileRoller"
|
||||||
"center, class:org.gnome.FileRoller"
|
"center, class:org.gnome.FileRoller"
|
||||||
|
@ -253,10 +253,7 @@ in {
|
||||||
"float, initialTitle:^File Upload$"
|
"float, initialTitle:^File Upload$"
|
||||||
"size 1100 650, initialTitle:^File Upload$"
|
"size 1100 650, initialTitle:^File Upload$"
|
||||||
"center, initialTitle:^File Upload$"
|
"center, initialTitle:^File Upload$"
|
||||||
|
# privacy popups
|
||||||
"float, class:\.exe$"
|
|
||||||
|
|
||||||
# fix focus
|
|
||||||
"stayfocused, class:^gcr-prompter"
|
"stayfocused, class:^gcr-prompter"
|
||||||
"dimaround, class:^gcr-prompter"
|
"dimaround, class:^gcr-prompter"
|
||||||
"stayfocused, class:^pinentry-"
|
"stayfocused, class:^pinentry-"
|
||||||
|
@ -264,6 +261,16 @@ in {
|
||||||
"stayfocused, class:^polkit-"
|
"stayfocused, class:^polkit-"
|
||||||
"dimaround, class:^polkit-"
|
"dimaround, class:^polkit-"
|
||||||
|
|
||||||
|
"float, class:\.exe$"
|
||||||
|
"rounding 0, class:\.exe$"
|
||||||
|
|
||||||
|
# steam notifs
|
||||||
|
"rounding 0, title:^notificationtoasts_"
|
||||||
|
"pin, title:^notificationtoasts_"
|
||||||
|
"noborder, title:^notificationtoasts_"
|
||||||
|
"nofocus, title:^notificationtoasts_"
|
||||||
|
"noshadow, title:^notificationtoasts_"
|
||||||
|
|
||||||
# firefox pip
|
# firefox pip
|
||||||
"float, title:^Picture-in-Picture$"
|
"float, title:^Picture-in-Picture$"
|
||||||
"pin, title:^Picture-in-Picture$"
|
"pin, title:^Picture-in-Picture$"
|
||||||
|
@ -272,6 +279,7 @@ in {
|
||||||
# discord pip
|
# discord pip
|
||||||
"pin, initialTitle:^Discord Popout$"
|
"pin, initialTitle:^Discord Popout$"
|
||||||
"float, initialTitle:^Discord Popout$"
|
"float, initialTitle:^Discord Popout$"
|
||||||
|
"noborder, initialTitle:^Discord Popout$"
|
||||||
|
|
||||||
# workspace moving
|
# workspace moving
|
||||||
"workspace 1 silent, class:^firefox"
|
"workspace 1 silent, class:^firefox"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue