From b44410a33811a4b3a10fc2cd83ae95d18c955f5e Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sat, 8 Mar 2025 14:21:09 +0100 Subject: [PATCH 1/2] Fix grimblast --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index f83939d..8047b14 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -153,7 +153,7 @@ # screenshot "$mainMod, Print, exec, screenshot-menu" - ",Print, exec, grimblast --notify --cursor --freeze copy area" + ",Print, exec, grimblast --notify --freeze copy area" ] ++ ( # workspaces From ea3338ea5dac4f697c2c5904ec342a1ab62e716d Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sat, 8 Mar 2025 14:21:28 +0100 Subject: [PATCH 2/2] Librewolf as default browser --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 8047b14..0b65dfb 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -132,7 +132,7 @@ "$mainMod, Return, exec, kitty" "ALT, Return, exec, kitty --title float_kitty" "$mainMod SHIFT, Return, exec, kitty --start-as=fullscreen -o 'font_size=16'" - "$mainMod, B, exec, floorp" + "$mainMod, B, exec, librewolf" "$mainMod, N, exec, swaync-client -t" "$mainMod SHIFT, N, exec, swaync-client -d" "$mainMod SHIFT, Q, killactive,"