From 3e62a013ccdbd1058d6471cc1e66daef3478c679 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 21 Feb 2026 18:50:35 +0100 Subject: [PATCH] hyprland: use foot terminal --- hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 46d8134..bbff32a 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -8,7 +8,7 @@ in imports = [ # ./kitty.nix ./foot.nix - ./rio.nix + # ./rio.nix # ./nautilus.nix ./nemo.nix ./waybar.nix @@ -216,7 +216,7 @@ in "SUPER_SHIFT_L, L, exec, hyprctl keyword general:layout dwindle" "SUPER_ALT_L, L, exec, hyprctl keyword general:layout master" - "SUPER, RETURN, exec, rio" + "SUPER, RETURN, exec, foot" "SUPER, W, killactive," "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit,"