From 8b9a0673a6fc830239e643c5e896d3a777766b8a Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 8 Feb 2026 16:51:46 +0100 Subject: [PATCH] add alacritty keybind and neomutt --- dotfiles/hypr-desk/source/binds.conf | 2 +- dotfiles/hypr-lap/binds.conf | 2 +- modules/nix/groups/desktop.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/hypr-desk/source/binds.conf b/dotfiles/hypr-desk/source/binds.conf index 14a3972..0c06382 100644 --- a/dotfiles/hypr-desk/source/binds.conf +++ b/dotfiles/hypr-desk/source/binds.conf @@ -20,7 +20,7 @@ bind = $mainMod, comma, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, R, exec, $menu bind = $mainMod, W, exec, wlogout -bind = $mainMod, A, exec, qutebrowser +bind = $mainMod, A, exec, alacritty bind = $mainMod, F, fullscreen bind = $mainMod, T, togglefloating diff --git a/dotfiles/hypr-lap/binds.conf b/dotfiles/hypr-lap/binds.conf index 7699007..6ec89e8 100644 --- a/dotfiles/hypr-lap/binds.conf +++ b/dotfiles/hypr-lap/binds.conf @@ -21,7 +21,7 @@ bind = $mainMod, comma, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, R, exec, $menu bind = $mainMod, W, exec, wlogout -bind = $mainMod, A, exec, qutebrowser +bind = $mainMod, A, exec, alacritty bind = $mainMod, F, fullscreen bind = $mainMod, T, togglefloating bind = , XF86Calculator, exec, $calc diff --git a/modules/nix/groups/desktop.nix b/modules/nix/groups/desktop.nix index 629b178..f1395d2 100644 --- a/modules/nix/groups/desktop.nix +++ b/modules/nix/groups/desktop.nix @@ -51,6 +51,7 @@ in fritzing element-desktop thunderbird + neomutt ]; }; }