Make emacs workspace bind SUPER+E again instead of SUPER+X
This commit is contained in:
parent
a4666bf87d
commit
419fc0be90
|
@ -182,10 +182,10 @@ in ''
|
||||||
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
||||||
|
|
||||||
# Named workspaces
|
# Named workspaces
|
||||||
bind = SUPER, X, moveworkspacetomonitor, name:emacs current
|
bind = SUPER, E, moveworkspacetomonitor, name:emacs current
|
||||||
bind = SUPER, X, workspace, name:emacs
|
bind = SUPER, E, workspace, name:emacs
|
||||||
bind = SUPER SHIFT, X, movetoworkspace, name:emacs
|
bind = SUPER SHIFT, E, movetoworkspace, name:emacs
|
||||||
bind = SUPER ALT, X, exec, [workspace name:emacs] emacs
|
bind = SUPER ALT, E, exec, [workspace name:emacs] 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
|
||||||
|
|
Loading…
Reference in a new issue