summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-01-03 09:56:55 +0100
committerPatrick Simianer <p@simianer.de>2016-01-03 09:56:55 +0100
commitbfc577997c5419de9492351a7a7bcdb7eb3b9fd1 (patch)
tree7b339623ed3df89e763e7283b983b1c3518bcfbe /.zshrc
parent8cfd6299c6026052f8c1d39c983ea0d9fd5faf32 (diff)
zsh: vgabig
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'