File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments