From 6c27c4991898c7162c494ee991111190b6a6afc2 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 11 Feb 2025 00:10:05 +0100 Subject: [PATCH] hyprland/binds: run anyrun with uwsm --- 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 38db563..a48dcd3 100644 --- a/modules/programs/hypr/land/binds.nix +++ b/modules/programs/hypr/land/binds.nix @@ -8,7 +8,7 @@ lib: let in { "$mod" = "SUPER"; bindr = [ - "$mod, SUPER_L, exec, ${toggle "anyrun" false}" + "$mod, SUPER_L, exec, ${toggle "anyrun" true}" ]; bind = [ "$mod, Return, exec, ${run "ghostty"}"