From bc17e8556e32e45e97c6114049229c3307059265 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 28 Jul 2025 15:05:09 +0200 Subject: [PATCH] Add Foot server --- modules/hm/foot.nix | 1 + modules/hm/hyprland.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hm/foot.nix b/modules/hm/foot.nix index 3e03726..f8c1bc9 100644 --- a/modules/hm/foot.nix +++ b/modules/hm/foot.nix @@ -28,6 +28,7 @@ in { programs.foot = { enable = true; + server.enable = true; settings = { main = { term = "xterm-256color"; diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 384e774..b39ae45 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -208,7 +208,8 @@ in "SUPER_SHIFT_L, L, exec, hyprctl keyword general:layout dwindle" "SUPER_ALT_L, L, exec, hyprctl keyword general:layout master" - "SUPER, RETURN, exec, foot" + "SUPER, RETURN, exec, footclient" + "SUPER SHIFT, RETURN, exec, foot" "SUPER, W, killactive," "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit,"