summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-03-05 18:44:47 +0100
committerPatrick Simianer <p@simianer.de>2016-03-05 18:44:47 +0100
commitbe0207dc05ca3da3d460a5f866265152e8b6cd00 (patch)
tree19d10e192cdca8b1c78caa4941a6b82750db1efe /zsh/.zshrc
parentf7473b8c17a1abbfd3e79570aa91b6b7f4b2dbda (diff)
zsh: vga* aliases
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0477f5c..bd1f558 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -162,9 +162,8 @@ alias vpnc='sudo vpnc'
alias vgaoff='xrandr --output VGA1 --off && xrandr --output LVDS1 --mode 1024x768'
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 && xrandr --output LVDS1 --off'
-alias suspend='sudo suspend'
-alias hibernate='suspend'
+alias vga21='xrandr --output VGA1 --mode 1600x1200 --rate 60 --rotate right && xrandr --output LVDS1 --off'
+alias vga22w='xrandr --output VGA1 --mode 1680x1050 --rate 60 --rotate right && xrandr --output LVDS1 --off'
alias reboot='sudo shutdown -r now'
alias halt='sudo shutdown -h now'
alias lock='slock'