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, 0 insertions, 10 deletions
diff --git a/fn-f7 b/fn-f7
deleted file mode 100755
index 19d117c..0000000
--- a/fn-f7
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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
-