fix sway freeze binds
This commit is contained in:
parent
4b1830c3db
commit
c38c6b9b29
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
||||||
"${mod}+t" = "sticky toggle";
|
"${mod}+t" = "sticky toggle";
|
||||||
|
|
||||||
"${mod}+Shift+Backspace" = "exec systemctl suspend";
|
"${mod}+Shift+Backspace" = "exec systemctl suspend";
|
||||||
"${mod}+Shift+s" = "exec ${lib.getExe pkgs.wayfreeze} --after-freeze-cmd '${lib.getExe pkgs.sway-contrib.grimshot} copy anything'";
|
"${mod}+Shift+s" = "exec ${lib.getExe pkgs.wayfreeze} --after-freeze-cmd '${lib.getExe pkgs.sway-contrib.grimshot} copy anything && pkill wayfreeze'";
|
||||||
"${mod}+Ctrl+Shift+s" = "exec ${lib.getExe pkgs.wayfreeze} --after-freeze-cmd '${lib.getExe pkgs.sway-contrib.grimshot} savecopy anything'";
|
"${mod}+Ctrl+Shift+s" = "exec ${lib.getExe pkgs.wayfreeze} --after-freeze-cmd '${lib.getExe pkgs.sway-contrib.grimshot} savecopy anything && pkill wayfreeze'";
|
||||||
|
|
||||||
"${mod}+Shift+p" = "exec ${pauseApp}";
|
"${mod}+Shift+p" = "exec ${pauseApp}";
|
||||||
"${mod}+period" = "exec ${lib.getExe pkgs.bemoji}";
|
"${mod}+period" = "exec ${lib.getExe pkgs.bemoji}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue