Add email workspace back, rename workspace editor -> emacs
This commit is contained in:
parent
c33367bdc7
commit
eb1811c7d4
|
@ -108,7 +108,7 @@ in ''
|
||||||
# Common program shortcuts
|
# Common program shortcuts
|
||||||
bind = SUPER, Space, exec, rofi -replace -show combi
|
bind = SUPER, Space, exec, rofi -replace -show combi
|
||||||
bind = SUPER, Return, exec, foot
|
bind = SUPER, Return, exec, foot
|
||||||
bind = SUPER, X, exec, emacsclient -c
|
bind = SUPER, SHIFT, Return, emacsclient -c
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,Print,exec,grim -g "$(slurp)"
|
bind=,Print,exec,grim -g "$(slurp)"
|
||||||
|
@ -186,14 +186,18 @@ in ''
|
||||||
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
||||||
|
|
||||||
# Named workspaces
|
# Named workspaces
|
||||||
bind = SUPER, E, moveworkspacetomonitor, name:editor current
|
bind = SUPER, X, moveworkspacetomonitor, name:emacs current
|
||||||
bind = SUPER, E, workspace, name:editor
|
bind = SUPER, X, workspace, name:emacs
|
||||||
bind = SUPER SHIFT, E, movetoworkspace, name:editor
|
bind = SUPER SHIFT, X, movetoworkspace, name:emacs
|
||||||
|
|
||||||
bind = SUPER, T, moveworkspacetomonitor, name:term current
|
bind = SUPER, T, moveworkspacetomonitor, name:term current
|
||||||
bind = SUPER, T, workspace, name:term
|
bind = SUPER, T, workspace, name:term
|
||||||
bind = SUPER SHIFT, T, movetoworkspace, name:term
|
bind = SUPER SHIFT, T, movetoworkspace, name:term
|
||||||
|
|
||||||
|
bind = SUPER, E, moveworkspacetomonitor, name:email current
|
||||||
|
bind = SUPER, E, workspace, name:email
|
||||||
|
bind = SUPER SHIFT, E, movetoworkspace, name:email
|
||||||
|
|
||||||
bind = SUPER, W, moveworkspacetomonitor, name:web current
|
bind = SUPER, W, moveworkspacetomonitor, name:web current
|
||||||
bind = SUPER, W, workspace, name:web
|
bind = SUPER, W, workspace, name:web
|
||||||
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
||||||
|
|
|
@ -39,8 +39,9 @@
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
"editor" = " ";
|
"emacs" = " ";
|
||||||
"term" = " ";
|
"term" = " ";
|
||||||
|
"email" = " ";
|
||||||
"web" = " ";
|
"web" = " ";
|
||||||
"files" = " ";
|
"files" = " ";
|
||||||
"btm" = " ";
|
"btm" = " ";
|
||||||
|
|
Loading…
Reference in a new issue