Make program workspace rules not silent any more
This commit is contained in:
parent
aa38a0d479
commit
32c10d02c3
|
@ -213,41 +213,41 @@ in ''
|
|||
bind = SUPER, W, moveworkspacetomonitor, 4 current
|
||||
bind = SUPER, W, workspace, 4
|
||||
bind = SUPER SHIFT, W, movetoworkspace, 4
|
||||
windowrule = workspace 4 silent,(firefox)
|
||||
windowrule = workspace 4, (firefox)
|
||||
|
||||
# 5: [f]iles
|
||||
bind = SUPER, F, moveworkspacetomonitor, 5 current
|
||||
bind = SUPER, F, workspace, 5
|
||||
bind = SUPER SHIFT, F, movetoworkspace, 5
|
||||
windowrule = workspace 5 silent,^(libreoffice).*
|
||||
windowrulev2 = workspace 5 silent,title:(Open),class:(soffice)
|
||||
windowrule = workspace 5, ^(libreoffice).*
|
||||
windowrulev2 = workspace 5, title:(Open),class:(soffice)
|
||||
|
||||
# 6: [s]potify (or mu[s]ic)
|
||||
bind = SUPER, S, moveworkspacetomonitor, 6 current
|
||||
bind = SUPER, S, workspace, 6
|
||||
bind = SUPER SHIFT, S, movetoworkspace, 6
|
||||
windowrule = workspace 6 silent,(dev.alextren.Spot)
|
||||
windowrule = workspace 6, (dev.alextren.Spot)
|
||||
|
||||
# 7: [c]hat
|
||||
bind = SUPER, C, moveworkspacetomonitor, 7 current
|
||||
bind = SUPER, C, workspace, 7
|
||||
bind = SUPER SHIFT, C, movetoworkspace, 7
|
||||
windowrule = workspace 7 silent,(Signal)
|
||||
windowrule = workspace 7 silent,(fractal)
|
||||
windowrule = workspace 7 silent,(teams-for-linux)
|
||||
windowrule = workspace 7, (Signal)
|
||||
windowrule = workspace 7, (fractal)
|
||||
windowrule = workspace 7, (teams-for-linux)
|
||||
|
||||
# 8: [r]emote
|
||||
bind = SUPER, R, moveworkspacetomonitor, 8 current
|
||||
bind = SUPER, R, workspace, 8
|
||||
bind = SUPER SHIFT, R, movetoworkspace, 8
|
||||
windowrule = workspace 8 silent,(org.remmina.Remmina)
|
||||
windowrule = workspace 8 silent,(Nxplayer.bin)
|
||||
windowrule = workspace 8, (org.remmina.Remmina)
|
||||
windowrule = workspace 8, (Nxplayer.bin)
|
||||
|
||||
# 9: [g]aming
|
||||
bind = SUPER, G, moveworkspacetomonitor, 9 current
|
||||
bind = SUPER, G, workspace, 9
|
||||
bind = SUPER SHIFT, G, movetoworkspace, 9
|
||||
windowrule = workspace 9 silent,(steam)
|
||||
windowrule = workspace 9, (steam)
|
||||
|
||||
# Special workspaces
|
||||
bind = SUPER, comma, workspace, m-1
|
||||
|
|
Loading…
Reference in a new issue