sway keybind changes
This commit is contained in:
parent
e2ea820f63
commit
25bbd63997
1 changed files with 3 additions and 2 deletions
|
@ -105,10 +105,11 @@
|
||||||
"${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.sway-contrib.grimshot} copy anything";
|
"${mod}+Shift+s" = "exec ${lib.getExe pkgs.wayfreeze} --after-freeze-cmd '${lib.getExe pkgs.sway-contrib.grimshot} copy anything'";
|
||||||
"${mod}+Ctrl+Shift+s" = "exec ${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'";
|
||||||
|
|
||||||
"${mod}+Shift+p" = "exec ${pauseApp}";
|
"${mod}+Shift+p" = "exec ${pauseApp}";
|
||||||
|
"${mod}+period" = "exec ${lib.getExe pkgs.bemoji}";
|
||||||
|
|
||||||
"XF86AudioRaiseVolume" = "exec ${setVolume "1.5" "3%+"} && ${wobVolume}";
|
"XF86AudioRaiseVolume" = "exec ${setVolume "1.5" "3%+"} && ${wobVolume}";
|
||||||
"XF86AudioLowerVolume" = "exec ${setVolume "1.5" "3%-"} && ${wobVolume}";
|
"XF86AudioLowerVolume" = "exec ${setVolume "1.5" "3%-"} && ${wobVolume}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue