summaryrefslogtreecommitdiff
path: root/fn_f7
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-04-14 17:30:30 +0200
committerPatrick Simianer <p@simianer.de>2016-04-14 17:30:30 +0200
commit3c1b8d5c8947bf0aa3e929c21f59eaf06aba33af (patch)
tree71111c40dd00a4739c53413f5926a26bbe901ead /fn_f7
parent2c01777eb98ac7649d24e1a60a94393892b7e7af (diff)
more general monitor_soft_raid
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
-