diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index a3c597f5..e5c559b0 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -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 diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index 62f7e197..3bee08ce 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -37,6 +37,7 @@ "5" = "󰫇"; "6" = "󰫈"; "emacs" = ""; + "web" = "󰖟"; "top" = "󰒋"; "spotify" = "󰓇"; "chromium" = "";