1d15a15c1f
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output PANEL --auto
|
|
xrandr --output VGA_1 --right-of PANEL
|