Make all workspace rules silent by default
This commit is contained in:
parent
9e81dac00a
commit
30c1589615
|
@ -201,7 +201,7 @@ in ''
|
|||
bind = SUPER, W, workspace, name:web
|
||||
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
||||
bind = SUPER ALT, W, exec, [workspace name:web] nyxt
|
||||
windowrule = workspace name:web, (firefox)
|
||||
windowrule = workspace name:web silent, (firefox)
|
||||
windowrulev2 = float,title:(Picture-in-Picture|Library),class:(firefox)
|
||||
windowrulev2 = size 750 400,title:(Picture-in-Picture),class:(firefox)
|
||||
windowrulev2 = size 800 800,title:(Library),class:(firefox)
|
||||
|
@ -212,19 +212,19 @@ in ''
|
|||
bind = SUPER, C, moveworkspacetomonitor, name:chat current
|
||||
bind = SUPER, C, workspace, name:chat
|
||||
bind = SUPER SHIFT, C, movetoworkspace, name:chat
|
||||
windowrule = workspace name:chat, (WebCord|teams-for-linux)
|
||||
windowrule = workspace name:chat silent, (WebCord|teams-for-linux)
|
||||
|
||||
bind = SUPER, G, moveworkspacetomonitor, name:games current
|
||||
bind = SUPER, G, workspace, name:games
|
||||
bind = SUPER SHIFT, G, movetoworkspace, name:games
|
||||
windowrule = workspace name:games, (steam)
|
||||
windowrule = workspace name:games silent, (steam)
|
||||
windowrulev2 = float,title:(Friends List),class:(steam)
|
||||
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
||||
|
||||
bind = SUPER, R, moveworkspacetomonitor, name:remote current
|
||||
bind = SUPER, R, workspace, name:remote
|
||||
bind = SUPER SHIFT, R, movetoworkspace, name:remote
|
||||
windowrule = workspace name:remote, (org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = workspace name:remote silent, (org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = nofullscreenrequest,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = nomaximizerequest,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrulev2 = float,title:(Remmina Remote Desktop Client|Remmina Preferences),class:(org.remmina.Remmina)
|
||||
|
|
Loading…
Reference in a new issue