1

Switch monitor configuration

This commit is contained in:
2023-06-25 17:18:16 +02:00
parent 575e839ac9
commit 2d0d64c629
2 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ bind = CTRL ALT, R, moveworkspacetomonitor, 6 HDMI-A-1
bind = CTRL ALT, R, moveworkspacetomonitor, 7 HDMI-A-1
bind = CTRL ALT, R, moveworkspacetomonitor, 8 HDMI-A-1
bind = CTRL ALT, R, moveworkspacetomonitor, 9 HDMI-A-1
bind = CTRL ALT, R, moveworkspacetomonitor, 10 HDMI-A-3
bind = CTRL ALT, R, moveworkspacetomonitor, 10 HDMI-A-2
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow

View File

@ -31,7 +31,7 @@ rec {
scale = 1;
};
"HDMI-A-3" = {
"HDMI-A-2" = {
width = 1920;
height = 1080;
rate = 60;
@ -43,7 +43,7 @@ rec {
workspaces = {
"HDMI-A-1" = [1 2 3 4 5 6 7 8 9];
"HDMI-A-3" = [10];
"HDMI-A-2" = [10];
};
};