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)\"";

View file

@ -105,14 +105,22 @@
workspace = "1:";
output = "DP-11";
};
workdesktop = {
work_back_middle = {
name = "LG Electronics LG Ultra HD 0x000305A6";
mode = "2560x1440";
scale = "1";
position = "0,0";
position = "5120,0";
workspace = "1:";
output = "DP-10";
};
work_front_left = {
name = "LG Electronics LG Ultra HD 0x0007AB45";
mode = "3840x2160";
scale = "1";
position = "5120,0";
workspace = "1:";
output = "DP-7";
};
};
inputs = {
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
@ -127,6 +135,8 @@
middle_emulation = "enabled";
};
};
keybindings = { };
keybindings = {
"Mod4+Ctrl+p" = "exec wl-mirror eDP-2";
};
};
}