From d4c8a0e93d89583198dca372f3609081c6f98924 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 30 Jan 2025 19:42:02 +0100 Subject: [PATCH] programs/hypr/land/binds: switch back to ghostty --- 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 66d4bca..38db563 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 "foot"}" + "$mod, Return, exec, ${run "ghostty"}" "$mod, n, exec, ${run "neovide"}" "$mod, w, exec, ${run "firefox"}" ", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output"