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
f140bbe81e
nsbin
/
x-off
5 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
xrandr scripts Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-05-25 08:26:45 +00:00
#!/bin/sh
Major update (yes, longtimenocommit message)
2017-03-08 06:37:05 +00:00
for d in DP1 DP2 HDMI1 HDMI2 VIRTUAL1; do
xrandr --output $d --off
done
Reference in a new issue
Copy permalink