add alacritty keybind and neomutt
All checks were successful
nixos config pipeline / show-flake (push) Successful in 25s
nixos config pipeline / deploy (push) Successful in 54s

This commit is contained in:
smayzy 2026-02-08 16:51:46 +01:00
parent 2ba484163e
commit 8b9a0673a6
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ bind = $mainMod, comma, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod, W, exec, wlogout bind = $mainMod, W, exec, wlogout
bind = $mainMod, A, exec, qutebrowser bind = $mainMod, A, exec, alacritty
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
bind = $mainMod, T, togglefloating bind = $mainMod, T, togglefloating

View File

@ -21,7 +21,7 @@ bind = $mainMod, comma, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod, W, exec, wlogout bind = $mainMod, W, exec, wlogout
bind = $mainMod, A, exec, qutebrowser bind = $mainMod, A, exec, alacritty
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
bind = $mainMod, T, togglefloating bind = $mainMod, T, togglefloating
bind = , XF86Calculator, exec, $calc bind = , XF86Calculator, exec, $calc

View File

@ -51,6 +51,7 @@ in
fritzing fritzing
element-desktop element-desktop
thunderbird thunderbird
neomutt
]; ];
}; };
} }