diff --git a/modules/programs/hyprland/_config.nix b/modules/programs/hyprland/_config.nix index a5c67bd..d213aef 100644 --- a/modules/programs/hyprland/_config.nix +++ b/modules/programs/hyprland/_config.nix @@ -156,7 +156,8 @@ in bind = $mainMod , D , exec , hyprctl keyword general:layout dwindle bind = $mainMod , M , exec , hyprctl keyword general:layout master bind = $mainMod , R , exec , rofi -show combi - bind = $mainMod , RETURN , exec , systemctl --user is-active --quiet foot && footclient --no-wait || foot + # bind = $mainMod , RETURN , exec , systemctl --user is-active --quiet foot && footclient --no-wait || foot + bind = $mainMod , RETURN , exec , kitty # XF86 keys binde = , XF86AudioLowerVolume , exec , pamixer -d 5 diff --git a/modules/programs/hyprland/default.nix b/modules/programs/hyprland/default.nix index 3b917a7..81a99bc 100644 --- a/modules/programs/hyprland/default.nix +++ b/modules/programs/hyprland/default.nix @@ -48,7 +48,8 @@ in ]; programs = { wallpaper.enable = true; - foot.enable = true; + # foot.enable = true; + kitty.enable = true; rofi.enable = true; }; wallpapers.enable = true;