More fighting with monitor layouts

This commit is contained in:
Lauren Lagarde 2025-03-30 15:18:03 -05:00
parent 6172f45cc1
commit 00ab2f5e2d
2 changed files with 15 additions and 1 deletions

View file

@ -18,6 +18,16 @@
i3-msg restart
'';
};
"latitude/desk+" = {
executable = true;
text = ''
xrandr \
--output eDP-1 --mode 1920x1080 --left-of DP-2-2 \
--output DP-2-1 --mode 3840x2160 --rate 30 --right-of DP-2-2 \
--output DP-2-2 --mode 3840x2160 --rate 30 --primary
i3-msg restart
'';
};
"latitude/standalone" = {
executable = true;
text = ''