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 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, workspace, name:spotify
|
||||
bind = SUPER SHIFT, A, movetoworkspace, name:spotify
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
"5" = "";
|
||||
"6" = "";
|
||||
"emacs" = "";
|
||||
"web" = "";
|
||||
"top" = "";
|
||||
"spotify" = "";
|
||||
"chromium" = "";
|
||||
|
|
Loading…
Reference in a new issue