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 ]; }; }