chore[client]: reorganize sway keybinds

This commit is contained in:
Leon Schwarzäugl 2025-11-17 22:52:05 +01:00
parent 2dcab62151
commit a345846e62
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 168 additions and 134 deletions

View file

@ -105,6 +105,23 @@ in
# };
# };
wayland.windowManager.sway =
let
inherit (nixosConfig.repo.secrets.local.work) user1 user1Long domain1 mailAddress;
in
{
config = {
keybindings =
let
inherit (config.wayland.windowManager.sway.config) modifier;
in
{
"${modifier}+Shift+d" = "exec ${pkgs.quickpass}/bin/quickpass work/adm/${user1}/${user1Long}@${domain1}";
"${modifier}+Shift+i" = "exec ${pkgs.quickpass}/bin/quickpass work/${mailAddress}";
};
};
};
stylix = {
targets.firefox.profileNames =
let