feat: add work monitor and screen sharing utils

This commit is contained in:
Swarsel 2024-08-06 14:08:32 +02:00
parent 053cc25ab9
commit 54d4090918
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 455 additions and 106 deletions

View file

@ -35,6 +35,7 @@ in
{
"${modifier}+q" = "kill";
"${modifier}+f" = "exec firefox";
"${modifier}+Shift+f" = "exec swaymsg fullscreen";
"${modifier}+Space" = "exec fuzzel";
"${modifier}+Shift+Space" = "floating toggle";
"${modifier}+e" = "exec emacsclient -nquc -a emacs -e \"(dashboard-open)\"";