summaryrefslogtreecommitdiff
path: root/fn-f7
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-08-10 11:19:38 +0100
committerPatrick Simianer <p@simianer.de>2014-08-10 11:19:38 +0100
commit5869505d64c04c536bdcd71a197ade918c36bf1c (patch)
tree6af5232a9f2e058f15230a370a960f89871a2b74 /fn-f7
init
Diffstat (limited to 'fn-f7')
-rwxr-xr-xfn-f711
1 files changed, 11 insertions, 0 deletions
diff --git a/fn-f7 b/fn-f7
new file mode 100755
index 0000000..0239c8d
--- /dev/null
+++ b/fn-f7
@@ -0,0 +1,11 @@
+#!/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
+