More fighting with monitor layouts
This commit is contained in:
parent
6172f45cc1
commit
00ab2f5e2d
2 changed files with 15 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue