fix wpass
This commit is contained in:
parent
4c5667cd6d
commit
1ad8e22a0b
2 changed files with 3 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue