From 02ae3264689c08e7ab3922285d90886b217a4efb Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 28 Jan 2025 23:43:40 +0100 Subject: [PATCH] programs/hyprland: switch from ghostty to foot again --- modules/programs/hypr/land/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/hypr/land/binds.nix b/modules/programs/hypr/land/binds.nix index c9bd8fc..9787291 100644 --- a/modules/programs/hypr/land/binds.nix +++ b/modules/programs/hypr/land/binds.nix @@ -11,7 +11,7 @@ in { "$mod, SUPER_L, exec, ${toggle "anyrun" false}" ]; bind = [ - "$mod, Return, exec, ${run "ghostty"}" + "$mod, Return, exec, ${run "foot"}" "$mod, n, exec, ${run "neovide"}" "$mod, w, exec, ${run "firefox"}" ", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output"