[feat] sway: add keybind to type password #12

Merged
jalil merged 1 commit from type-pass into main 2024-06-23 19:00:37 +02:00
Showing only changes of commit 81e21d72be - Show all commits

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";