Skip to content

Commit 1b409d3

Browse files
committed
xrandr-6k/mbp is no longer needed
1 parent c812e68 commit 1b409d3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

machines/vm-shared.nix

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,6 @@
106106
# You can test if you don't need this by deleting this and seeing
107107
# if the clipboard sill works.
108108
gtkmm3
109-
110-
# VMware on M1 doesn't support automatic resizing yet and on
111-
# my big monitor it doesn't detect the resolution either so we just
112-
# manualy create the resolution and switch to it with this script.
113-
# This script could be better but its hopefully temporary so just force it.
114-
(writeShellScriptBin "xrandr-6k" ''
115-
xrandr --newmode "6016x3384_60.00" 1768.50 6016 6544 7216 8416 3384 3387 3392 3503 -hsync +vsync
116-
xrandr --addmode Virtual-1 6016x3384_60.00
117-
xrandr -s 6016x3384_60.00
118-
'')
119-
(writeShellScriptBin "xrandr-mbp" ''
120-
xrandr -s 2880x1800
121-
'')
122109
];
123110

124111
# Some programs need SUID wrappers, can be configured further or are

0 commit comments

Comments
 (0)