fix wpass

This commit is contained in:
Leonardo Eugênio 2022-08-08 22:50:12 -03:00
parent 4c5667cd6d
commit 1ad8e22a0b
2 changed files with 3 additions and 6 deletions

View file

@ -261,7 +261,7 @@ in {
"Control+Print" = "exec ${pkgs.screenshotsh}/bin/screenshotsh clip";
};
other_binds = {
"${mod}+p" = "exec ${pkgs.wpass}";
"${mod}+p" = "exec ${pkgs.wpass}/bin/wpass";
"${mod}+s" = "exec ${menu}";
"${mod}+Return" = "exec ${terminal}";
"${mod}+Ctrl+Return" = "exec thunar";