summaryrefslogtreecommitdiff
path: root/fn-f7
blob: 0239c8d79e1d4809d02a8bce9d91055a5a247380 (plain)
1
2
3
4
5
6
7
8
9
10
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