From 90724f9e7b3b6af951f87d52cc98ec604650374e Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 5 Aug 2025 02:20:52 +0200 Subject: hyprland: change default terminal to kitty --- modules/hm/sils/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 4de6524..970467a 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -130,7 +130,7 @@ in { # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = [ - "$mainMod, T, exec, ghostty" + "$mainMod, T, exec, kitty" "$mainMod, C, killactive, " "$mainMod, M, exit, " "$mainMod, E, exec, dolphin " -- cgit 1.4.1