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
762ea6bc10
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 10:26:45 +02:00
#!/bin/sh
Major update (yes, longtimenocommit message)
2017-03-08 07:37:05 +01:00
for d in DP1 DP2 HDMI1 HDMI2 VIRTUAL1; do
xrandr --output $d --off
done
Reference in a new issue
Copy permalink