From 3ad0bedbfe5dcaf5947d274cf512d74c4efeba25 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 1 Nov 2024 14:00:34 +0100 Subject: [PATCH] hyprland/binds.nix: switch to configured foot --- modules/wms/wayland/hyprland/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wms/wayland/hyprland/binds.nix b/modules/wms/wayland/hyprland/binds.nix index 2547eee..d56b291 100644 --- a/modules/wms/wayland/hyprland/binds.nix +++ b/modules/wms/wayland/hyprland/binds.nix @@ -28,7 +28,7 @@ in { in "$mainMod SHIFT, ${key}, split:movetoworkspacesilent, ${workspace}" ) (genList (i: i + 1) 10) ++ [ - "$mainMod, RETURN, exec, ${pkgs.foot}/bin/foot" + "$mainMod, RETURN, exec, foot" "$mainMod, Q, killactive" "$mainMod, F, fullscreen, 0" "$mainMod, D, exec, ${pkgs.procps}/bin/pkill fuzzel || ${pkgs.fuzzel}/bin/fuzzel"