This website requires JavaScript.
Explore
Help
Sign in
nico
/
nsbin
Watch
1
Star
0
Fork
You've already forked nsbin
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
c23bfc5a82
nsbin
/
old
/
monitor-xrandr-aus.sh
7 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
add script to switch external monitor off Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
2008-11-28 12:28:40 +00:00
#!/bin/sh
update monitor xrandr scripts Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-11-13 14:04:44 +00:00
external
=
"HDMI-2 VGA"
for
R in
$external
;
do
xrandr --output
$R
--off
done
Reference in a new issue
Copy permalink