feat: add river and foot modules

This commit is contained in:
Moritz Böhme 2024-03-21 17:19:06 +01:00
parent 298aa410eb
commit e714349fe1
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
10 changed files with 485 additions and 230 deletions

View file

@ -154,8 +154,9 @@ 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 , kitty
bind = $mainMod SHIFT , RETURN , exec , kitty -- tmux new "ts || tn home ~"
bind = $mainMod , RETURN , exec , footclient
bind = $mainMod SHIFT , RETURN , exec , foot
# bind = $mainMod SHIFT , RETURN , exec , kitty -- tmux new "ts || tn home ~"
# XF86 keys
binde = , XF86AudioLowerVolume , exec , pamixer -d 5

View file

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