summaryrefslogtreecommitdiff
path: root/fn_f7
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-10-09 20:44:15 +0100
committerPatrick Simianer <p@simianer.de>2014-10-09 20:44:15 +0100
commitca41eddfdc979955105cce572e659941544d6f6d (patch)
treebf446902e8323e58c6fc14dce808b9719da7d3f6 /fn_f7
parent0aae427eb3838297f6e204c2961739ef834762cf (diff)
alles neu macht der mai
Diffstat (limited to 'fn_f7')
-rwxr-xr-xfn_f710
1 files changed, 10 insertions, 0 deletions
diff --git a/fn_f7 b/fn_f7
new file mode 100755
index 0000000..19d117c
--- /dev/null
+++ b/fn_f7
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ -a /tmp/vgaclone ]; then
+ xrandr --output VGA-0 --off
+ rm /tmp/vgaclone
+else
+ xrandr --output VGA-0 --mode 1024x768
+ touch /tmp/vgaclone
+fi
+