4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/sh
|
||
|
xrandr --output PANEL --auto
|
||
|
xrandr --output VGA_1 --right-of PANEL
|