From bfc577997c5419de9492351a7a7bcdb7eb3b9fd1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sun, 3 Jan 2016 09:56:55 +0100 Subject: zsh: vgabig --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 01c9cdd..8a9352c 100644 --- a/.zshrc +++ b/.zshrc @@ -162,6 +162,7 @@ alias vpnc='sudo vpnc' alias vgaoff='xrandr --output VGA1 --off' alias vgaclone='xrandr --output VGA1 --mode 1024x768' alias vgaext='xrandr --output VGA1 --mode 1024x768 --left-of LVDS1 --rotate right' +alias vgabig='xrandr --output VGA1 --mode 1680x1050 --rate 60 --rotate left' alias suspend='sudo suspend' alias hibernate='suspend' alias reboot='sudo shutdown -r now' -- cgit v1.2.3