Fix hyprland workspace naming
This commit is contained in:
parent
05191a3bab
commit
35f7844194
|
@ -107,66 +107,66 @@ bind = SUPER SHIFT, K, movewindow, u
|
|||
bind = SUPER SHIFT, J, movewindow, d
|
||||
|
||||
# 1: home
|
||||
bind = SUPER, A, moveworkspacetomonitor, name:1 current
|
||||
bind = SUPER, A, workspace, name:1
|
||||
bind = SUPER SHIFT, A, movetoworkspace, name:1
|
||||
bind = SUPER, A, moveworkspacetomonitor, 1 current
|
||||
bind = SUPER, A, workspace, 1
|
||||
bind = SUPER SHIFT, A, movetoworkspace, 1
|
||||
|
||||
# 2: dev
|
||||
bind = SUPER, D, moveworkspacetomonitor, name:2 current
|
||||
bind = SUPER, D, workspace, name:2
|
||||
bind = SUPER SHIFT, D, movetoworkspace, name:2
|
||||
bind = SUPER, D, moveworkspacetomonitor, 2 current
|
||||
bind = SUPER, D, workspace, 2
|
||||
bind = SUPER SHIFT, D, movetoworkspace, 2
|
||||
|
||||
# 3: browser
|
||||
bind = SUPER, W, moveworkspacetomonitor, name:3 current
|
||||
bind = SUPER, W, workspace, name:3
|
||||
bind = SUPER SHIFT, W, movetoworkspace, name:3
|
||||
windowrule = workspace name:3,(firefox)
|
||||
bind = SUPER, W, moveworkspacetomonitor, 3 current
|
||||
bind = SUPER, W, workspace, 3
|
||||
bind = SUPER SHIFT, W, movetoworkspace, 3
|
||||
windowrule = workspace 3,(firefox)
|
||||
windowrulev2 = float,title:(File|Picture-in-Picture),class:(firefox)
|
||||
windowrulev2 = pin,title:(File|Picture-in-Picture),class:(firefox)
|
||||
|
||||
# 4: files
|
||||
bind = SUPER, F, moveworkspacetomonitor, name:4 current
|
||||
bind = SUPER, F, workspace, name:4
|
||||
bind = SUPER SHIFT, F, movetoworkspace, name:4
|
||||
windowrule = workspace name:4,^(libreoffice).*
|
||||
windowrule = workspace name:4,(Zotero)
|
||||
bind = SUPER, F, moveworkspacetomonitor, 4 current
|
||||
bind = SUPER, F, workspace, 4
|
||||
bind = SUPER SHIFT, F, movetoworkspace, 4
|
||||
windowrule = workspace 4,^(libreoffice).*
|
||||
windowrule = workspace 4,(Zotero)
|
||||
|
||||
# 5: chat
|
||||
bind = SUPER, C, moveworkspacetomonitor, name:5 current
|
||||
bind = SUPER, C, workspace, name:5
|
||||
bind = SUPER SHIFT, C, movetoworkspace, name:5
|
||||
windowrule = workspace name:5,(Signal)
|
||||
windowrule = workspace name:5,(fractal)
|
||||
windowrule = workspace name:5,(discord)
|
||||
windowrule = workspace name:5,(teams-for-linux)
|
||||
bind = SUPER, C, moveworkspacetomonitor, 5 current
|
||||
bind = SUPER, C, workspace, 5
|
||||
bind = SUPER SHIFT, C, movetoworkspace, 5
|
||||
windowrule = workspace 5,(Signal)
|
||||
windowrule = workspace 5,(fractal)
|
||||
windowrule = workspace 5,(discord)
|
||||
windowrule = workspace 5,(teams-for-linux)
|
||||
windowrulev2 = workspace 5,title:^(Zoom|zoom).*
|
||||
windowrulev2 = float,title:^(Zoom|zoom).*
|
||||
|
||||
# 6: mail
|
||||
bind = SUPER, Z, moveworkspacetomonitor, name:6 current
|
||||
bind = SUPER, Z, workspace, name:6
|
||||
bind = SUPER SHIFT, Z, movetoworkspace, name:6
|
||||
windowrule = workspace name:6,(thunderbird)
|
||||
bind = SUPER, Z, moveworkspacetomonitor, 6 current
|
||||
bind = SUPER, Z, workspace, 6
|
||||
bind = SUPER SHIFT, Z, movetoworkspace, 6
|
||||
windowrule = workspace 6,(thunderbird)
|
||||
|
||||
# 7: remote
|
||||
bind = SUPER, R, moveworkspacetomonitor, name:7 current
|
||||
bind = SUPER, R, workspace, name:7
|
||||
bind = SUPER SHIFT, R, movetoworkspace, name:7
|
||||
windowrule = workspace name:7,(Nxplayer.bin)
|
||||
bind = SUPER, R, moveworkspacetomonitor, 7 current
|
||||
bind = SUPER, R, workspace, 7
|
||||
bind = SUPER SHIFT, R, movetoworkspace, 7
|
||||
windowrule = workspace 7,(Nxplayer.bin)
|
||||
windowrule = float,(Nxplayer.bin)
|
||||
windowrule = center,(Nxplayer.bin)
|
||||
|
||||
# 8: steam
|
||||
bind = SUPER, S, moveworkspacetomonitor, name:8 current
|
||||
bind = SUPER, S, workspace, name:8
|
||||
bind = SUPER SHIFT, S, movetoworkspace, name:8
|
||||
windowrule = workspace name:8,^(steam).*
|
||||
windowrule = workspace name:8,(.gamescope-wrapped)
|
||||
bind = SUPER, S, moveworkspacetomonitor, 8 current
|
||||
bind = SUPER, S, workspace, 8
|
||||
bind = SUPER SHIFT, S, movetoworkspace, 8
|
||||
windowrule = workspace 8,^(steam).*
|
||||
windowrule = workspace 8,(.gamescope-wrapped)
|
||||
|
||||
# 9: misc
|
||||
bind = SUPER, X, moveworkspacetomonitor, name:9 current
|
||||
bind = SUPER, X, workspace, name:9
|
||||
bind = SUPER SHIFT, X, movetoworkspace, name:9
|
||||
bind = SUPER, X, moveworkspacetomonitor, 9 current
|
||||
bind = SUPER, X, workspace, 9
|
||||
bind = SUPER SHIFT, X, movetoworkspace, 9
|
||||
|
||||
bind = SUPER, period, workspace, m+1
|
||||
bind = SUPER SHIFT, period, movetoworkspace, r+1
|
||||
|
|
Loading…
Reference in a new issue