Remove files workspace, add workspace for neomutt

This commit is contained in:
Evie Litherland-Smith 2023-12-26 10:34:15 +00:00
parent 95c41383cc
commit a9133f7261
2 changed files with 17 additions and 19 deletions

View file

@ -188,15 +188,20 @@ in ''
bind = SUPER SHIFT, W, movetoworkspace, name:web
windowrule = workspace name:web, (firefox)
bind = SUPER, T, moveworkspacetomonitor, name:term current
bind = SUPER, T, workspace, name:term
bind = SUPER SHIFT, T, movetoworkspace, name:term
bind = SUPER ALT, T, exec, [workspace name:term] alacritty -e zellij
bind = SUPER, B, moveworkspacetomonitor, name:btm current
bind = SUPER, B, workspace, name:btm
bind = SUPER SHIFT, B, movetoworkspace, name:btm
bind = SUPER ALT, B, exec, [workspace name:btm] alacritty -e btm --battery
bind = SUPER, T, moveworkspacetomonitor, name:term current
bind = SUPER, T, workspace, name:term
bind = SUPER SHIFT, T, movetoworkspace, name:term
bind = SUPER ALT, T, exec, [workspace name:term] alacritty -e zellij
bind = SUPER, N, moveworkspacetomonitor, name:neomutt current
bind = SUPER, N, workspace, name:neomutt
bind = SUPER SHIFT, N, movetoworkspace, name:neomutt
bind = SUPER ALT, N, exec, [workspace name:neomutt] alacritty -e neomutt
bind = SUPER, C, moveworkspacetomonitor, name:chat current
bind = SUPER, C, workspace, name:chat
@ -205,12 +210,6 @@ in ''
windowrule = workspace name:chat, (WebCord)
windowrule = workspace name:chat, (whatsapp-for-linux)
bind = SUPER, F, moveworkspacetomonitor, name:files current
bind = SUPER, F, workspace, name:files
bind = SUPER SHIFT, F, movetoworkspace, name:files
windowrule = workspace name:files, (thunar)
windowrule = workspace name:files, (libreoffice|soffice)(.*)
bind = SUPER, S, moveworkspacetomonitor, name:steam current
bind = SUPER, S, workspace, name:steam
bind = SUPER SHIFT, S, movetoworkspace, name:steam
@ -226,8 +225,8 @@ in ''
bind = SUPER SHIFT, comma, movetoworkspace, r-1
bind = SUPER, period, workspace, m+1
bind = SUPER SHIFT, period, movetoworkspace, r+1
bind = SUPER, N, workspace, empty
bind = SUPER SHIFT, N, movetoworkspace, empty
# bind = SUPER, N, workspace, empty
# bind = SUPER SHIFT, N, movetoworkspace, empty
bind = SUPER, minus, togglespecialworkspace
bind = SUPER SHIFT, minus, movetoworkspace, special
bind = SUPER, bracketright, focusmonitor, +1

View file

@ -39,11 +39,11 @@
"6" = "󰫈";
"emacs" = "";
"web" = "󰀹";
"files" = "󰝰";
"steam" = "󰓓";
"chat" = "󰭹";
"btm" = "";
"neomutt" = "󰇮";
"term" = "󰆍";
"chat" = "󰭹";
"steam" = "󰓓";
"remote" = "󰢹";
default = "󰋙";
special = "󰁡";
@ -51,11 +51,10 @@
persistent-workspaces = {
"emacs" = [ ];
"web" = [ ];
"files" = [ ];
"steam" = [ ];
"chat" = [ ];
"btm" = [ ];
"term" = [ ];
"btm" = [ ];
"neomutt" = [ ];
"chat" = [ ];
"remote" = [ ];
};
show-special = true;