feat: add seminary work screen

This commit is contained in:
Swarsel 2024-09-05 13:27:42 +02:00
parent 0998d0c1c3
commit e4f38440f8
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 136 additions and 3 deletions

View file

@ -1889,7 +1889,7 @@ My work machine. Built for more security, this is the gold standard of my config
mode = "2560x1600"; # TEMPLATE
scale = "1";
position = "2560,0";
workspace = "10:十";
workspace = "15:L";
output = "eDP-2";
};
homedesktop = {
@ -1941,6 +1941,14 @@ My work machine. Built for more security, this is the gold standard of my config
workspace = "12:S";
output = "DP-9";
};
work_seminary = {
name = "Applied Creative Technology Transmitter QUATTRO201811";
mode = "1280x720";
scale = "1";
position = "10000,10000";
workspace = "12:S";
output = "DP-4";
};
};
inputs = {
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
@ -8630,6 +8638,8 @@ Currently, I am too lazy to explain every option here, but most of it is very se
"${modifier}+Ctrl+Shift+e" = "move container to workspace 13:E";
"${modifier}+Ctrl+t" = "workspace 14:T";
"${modifier}+Ctrl+Shift+t" = "move container to workspace 14:T";
"${modifier}+Ctrl+l" = "workspace 15:L";
"${modifier}+Ctrl+Shift+l" = "move container to workspace 15:L";
"${modifier}+Left" = "focus left";
"${modifier}+Right" = "focus right";
"${modifier}+Down" = "focus down";