summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
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'