From 00bdf11f4aa97b4d5c2d40f23cde1d8f16f3a2e6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Dec 2024 09:05:06 +0000 Subject: [PATCH] Remove nyxt from workspace rule, and set bind to open nyxt rather than firefox --- system/home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 0091ea2a..b4bb0e82 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -260,7 +260,7 @@ "float, Matplotlib" # Workspace rules - "workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser + "workspace 2, (firefox)" # Browser "workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging "workspace 4, (libreoffice|soffice)(.*)" # Documents "workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop @@ -348,7 +348,7 @@ "SUPER, Space, exec, ${config.programs.fuzzel.package}/bin/fuzzel" "SUPER, Return, exec, ${config.programs.alacritty.package}/bin/alacritty" "SUPER SHIFT, Return, exec, ${config.programs.emacs.finalPackage}/bin/emacsclient -c" - "SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox" + "SUPER, W, exec, ${pkgs.nyxt}/bin/nyxt" "SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus" # Misc useful binds