feat: use kitty again

nixos
Moritz Böhme 2024-06-19 09:26:34 +02:00
parent f837b84892
commit 5c73524196
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -48,7 +48,8 @@ in
];
programs = {
wallpaper.enable = true;
foot.enable = true;
# foot.enable = true;
kitty.enable = true;
rofi.enable = true;
};
wallpapers.enable = true;