From 5c7352419645723a5d8489b2323c2207d2ec1ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Wed, 19 Jun 2024 09:26:34 +0200 Subject: [PATCH] feat: use kitty again --- modules/programs/hyprland/_config.nix | 3 ++- modules/programs/hyprland/default.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;