sway: add keybind to disable cursor

This commit is contained in:
lelgenio 2024-02-02 13:43:33 -03:00
parent e2e6b85d62
commit 7ddc64cf61
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ let
"${mod}+m" = "mode audio";
"${mod}+escape" =
"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}+Shift+space" = "floating toggle";
"${mod}+space" = "focus mode_toggle";