Add programs, modify hyprland config

Thunderbird added
    swayidle for idle management
    gtklock as screen locker
    use insensitive matching in wofi
This commit is contained in:
RealStickman 2023-05-16 18:32:45 +02:00 committed by exu
parent 6deee717cd
commit 5ff99a63b7
2 changed files with 4 additions and 1 deletions

View File

@ -55,6 +55,9 @@ in {
hunspellDicts.de_CH # adds German (Switzerland) for hunspell hunspellDicts.de_CH # adds German (Switzerland) for hunspell
discord # install discord discord # install discord
udiskie # user disk mounting udiskie # user disk mounting
thunderbird # email client
swayidle # idle management
gtklock # lock screen
]; ];
imports = [ ./home-manager/hyprland.nix ./home-manager/fish.nix ]; imports = [ ./home-manager/hyprland.nix ./home-manager/fish.nix ];

View File

@ -117,7 +117,7 @@ exec-once = udiskie --no-automount --tray
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL_ALT, RETURN, exec, kitty # terminal bind = CTRL_ALT, RETURN, exec, kitty # terminal
bind = CTRL_ALT, A, exec, wofi --show drun # app launcher bind = CTRL_ALT, A, exec, wofi --insensitive --show drun # app launcher
bind = CTRL_ALT, f, exec, firefox # browser bind = CTRL_ALT, f, exec, firefox # browser
bind = CTRL_ALT, e, exec, emacs # editor bind = CTRL_ALT, e, exec, emacs # editor
bind = CTRL_ALT, t, exec, thunar # file manager bind = CTRL_ALT, t, exec, thunar # file manager