diff options
author | Silas Schöffel <sils@sils.li> | 2025-04-18 15:21:37 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-04-18 15:21:37 +0200 |
commit | 443338a37a32ac31a811701445f1ec7f902fcbb3 (patch) | |
tree | e1380b996bfd6d07f929a615967112a2691cdb69 /modules | |
parent | ghostty: init (diff) | |
download | nix-config-443338a37a32ac31a811701445f1ec7f902fcbb3.zip |
hyprland: change terminal keybinding to ghostty
Diffstat (limited to '')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 39f0920..550f35d 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -118,7 +118,7 @@ in { # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = [ - "$mainMod, T, exec, foot" + "$mainMod, T, exec, ghostty" "$mainMod, C, killactive, " "$mainMod, M, exit, " "$mainMod, E, exec, dolphin " |