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 = [
|
||||
# common popups
|
||||
# we should totally dedupe these
|
||||
# TODO: dedupe
|
||||
# commons
|
||||
"float, class:org.gnome.FileRoller"
|
||||
"size 1100 650, class:org.gnome.FileRoller"
|
||||
"center, class:org.gnome.FileRoller"
|
||||
|
@ -253,10 +253,7 @@ in {
|
|||
"float, initialTitle:^File Upload$"
|
||||
"size 1100 650, initialTitle:^File Upload$"
|
||||
"center, initialTitle:^File Upload$"
|
||||
|
||||
"float, class:\.exe$"
|
||||
|
||||
# fix focus
|
||||
# privacy popups
|
||||
"stayfocused, class:^gcr-prompter"
|
||||
"dimaround, class:^gcr-prompter"
|
||||
"stayfocused, class:^pinentry-"
|
||||
|
@ -264,6 +261,16 @@ in {
|
|||
"stayfocused, 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
|
||||
"float, title:^Picture-in-Picture$"
|
||||
"pin, title:^Picture-in-Picture$"
|
||||
|
@ -272,6 +279,7 @@ in {
|
|||
# discord pip
|
||||
"pin, initialTitle:^Discord Popout$"
|
||||
"float, initialTitle:^Discord Popout$"
|
||||
"noborder, initialTitle:^Discord Popout$"
|
||||
|
||||
# workspace moving
|
||||
"workspace 1 silent, class:^firefox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue