Add a web workspace for nyxt
This commit is contained in:
parent
2287543a80
commit
56b7de2878
|
@ -187,6 +187,11 @@ in ''
|
||||||
bind = SUPER SHIFT, E, movetoworkspace, name:emacs
|
bind = SUPER SHIFT, E, movetoworkspace, name:emacs
|
||||||
bind = SUPER ALT, E, exec, [workspace name:emacs] emacs
|
bind = SUPER ALT, E, exec, [workspace name:emacs] emacs
|
||||||
|
|
||||||
|
bind = SUPER, W, moveworkspacetomonitor, name:web current
|
||||||
|
bind = SUPER, W, workspace, name:web
|
||||||
|
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
||||||
|
bind = SUPER ALT, W, exec, [workspace name:web] nyxt
|
||||||
|
|
||||||
bind = SUPER, A, moveworkspacetomonitor, name:spotify current
|
bind = SUPER, A, moveworkspacetomonitor, name:spotify current
|
||||||
bind = SUPER, A, workspace, name:spotify
|
bind = SUPER, A, workspace, name:spotify
|
||||||
bind = SUPER SHIFT, A, movetoworkspace, name:spotify
|
bind = SUPER SHIFT, A, movetoworkspace, name:spotify
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
"5" = "";
|
"5" = "";
|
||||||
"6" = "";
|
"6" = "";
|
||||||
"emacs" = "";
|
"emacs" = "";
|
||||||
|
"web" = "";
|
||||||
"top" = "";
|
"top" = "";
|
||||||
"spotify" = "";
|
"spotify" = "";
|
||||||
"chromium" = "";
|
"chromium" = "";
|
||||||
|
|
Loading…
Reference in a new issue