Add a web workspace for nyxt

This commit is contained in:
Evie Litherland-Smith 2023-11-21 07:01:31 +00:00
parent 2287543a80
commit 56b7de2878
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -37,6 +37,7 @@
"5" = "󰫇"; "5" = "󰫇";
"6" = "󰫈"; "6" = "󰫈";
"emacs" = ""; "emacs" = "";
"web" = "󰖟";
"top" = "󰒋"; "top" = "󰒋";
"spotify" = "󰓇"; "spotify" = "󰓇";
"chromium" = ""; "chromium" = "";