summaryrefslogtreecommitdiff
path: root/fn_f7
blob: 19d117cc5d243bc32b7639f459f939ef160e39eb (plain)
1
2
3
4
5
6
7
8
9
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