add script to enable monitor on the right via xrandr (order counts!)
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
e35f37effa
commit
1d15a15c1f
1 changed files with 3 additions and 0 deletions
3
monitor-xrandr-on.sh
Executable file
3
monitor-xrandr-on.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
xrandr --output PANEL --auto
|
||||
xrandr --output VGA_1 --right-of PANEL
|
Loading…
Reference in a new issue