Make emacs workspace bind SUPER+E again instead of SUPER+X

This commit is contained in:
Evie Litherland-Smith 2024-01-10 11:22:40 +00:00
parent a4666bf87d
commit 419fc0be90

View file

@ -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