[feat] sway: add keybind to type password
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 13s

This commit is contained in:
Jalil David Salamé Messina 2024-06-23 15:51:59 +02:00
parent 6c248db49a
commit 81e21d72be
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -88,6 +88,7 @@ in
"${mod}+Return" = "exec ${swayconf.terminal}";
"${mod}+D" = "exec ${swayconf.menu}";
"${mod}+P" = "exec ${passmenu}";
"${mod}+Shift+P" = "exec ${passmenu} --type";
"${mod}+F2" = "exec qutebrowser";
"${mod}+Shift+Q" = "kill";
"${mod}+F" = "fullscreen toggle";