diff options
Diffstat (limited to 'fn_f7')
-rwxr-xr-x | fn_f7 | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 - |