sway: add keybind to disable cursor
This commit is contained in:
parent
e2e6b85d62
commit
7ddc64cf61
|
@ -156,6 +156,8 @@ let
|
||||||
"${mod}+m" = "mode audio";
|
"${mod}+m" = "mode audio";
|
||||||
"${mod}+escape" =
|
"${mod}+escape" =
|
||||||
"mode passthrough;exec notify-send 'Passthrough on'";
|
"mode passthrough;exec notify-send 'Passthrough on'";
|
||||||
|
"${mod}+ctrl+k" = "exec swaymsg input type:pointer events disabled";
|
||||||
|
"${mod}+ctrl+shift+k" = "exec swaymsg input type:pointer events enabled";
|
||||||
"${mod}+f" = "fullscreen toggle";
|
"${mod}+f" = "fullscreen toggle";
|
||||||
"${mod}+Shift+space" = "floating toggle";
|
"${mod}+Shift+space" = "floating toggle";
|
||||||
"${mod}+space" = "focus mode_toggle";
|
"${mod}+space" = "focus mode_toggle";
|
||||||
|
|
Loading…
Reference in a new issue