Rename "apps" workspace to "chat"
This commit is contained in:
parent
efd26a7109
commit
f855c6ef69
|
@ -198,12 +198,12 @@ in ''
|
||||||
bind = SUPER SHIFT, T, movetoworkspace, name:term
|
bind = SUPER SHIFT, T, movetoworkspace, name:term
|
||||||
bind = SUPER ALT, T, exec, [workspace name:term] alacritty -e zellij
|
bind = SUPER ALT, T, exec, [workspace name:term] alacritty -e zellij
|
||||||
|
|
||||||
bind = SUPER, A, moveworkspacetomonitor, name:apps current
|
bind = SUPER, C, moveworkspacetomonitor, name:chat current
|
||||||
bind = SUPER, A, workspace, name:apps
|
bind = SUPER, C, workspace, name:chat
|
||||||
bind = SUPER SHIFT, A, movetoworkspace, name:apps
|
bind = SUPER SHIFT, C, movetoworkspace, name:chat
|
||||||
windowrule = workspace name:apps, (Signal)
|
windowrule = workspace name:chat, (Signal)
|
||||||
windowrule = workspace name:apps, (WebCord)
|
windowrule = workspace name:chat, (WebCord)
|
||||||
windowrule = workspace name:apps, chrome-(.*)-Default
|
windowrule = workspace name:chat, (whatsapp-for-linux)
|
||||||
|
|
||||||
bind = SUPER, F, moveworkspacetomonitor, name:files current
|
bind = SUPER, F, moveworkspacetomonitor, name:files current
|
||||||
bind = SUPER, F, workspace, name:files
|
bind = SUPER, F, workspace, name:files
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"web" = "";
|
"web" = "";
|
||||||
"files" = "";
|
"files" = "";
|
||||||
"steam" = "";
|
"steam" = "";
|
||||||
"apps" = "";
|
"chat" = "";
|
||||||
"btm" = "";
|
"btm" = "";
|
||||||
"term" = "";
|
"term" = "";
|
||||||
"remote" = "";
|
"remote" = "";
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"web" = [ ];
|
"web" = [ ];
|
||||||
"files" = [ ];
|
"files" = [ ];
|
||||||
"steam" = [ ];
|
"steam" = [ ];
|
||||||
"apps" = [ ];
|
"chat" = [ ];
|
||||||
"btm" = [ ];
|
"btm" = [ ];
|
||||||
"term" = [ ];
|
"term" = [ ];
|
||||||
"remote" = [ ];
|
"remote" = [ ];
|
||||||
|
|
Loading…
Reference in a new issue