summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6bff89e..0477f5c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -159,10 +159,10 @@ alias iwlist='sudo iwlist wlan0 scan'
alias fumount='fusermount -u'
alias more='less'
alias vpnc='sudo vpnc'
-alias vgaoff='xrandr --output VGA1 --off'
+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'
+alias vgabig='xrandr --output VGA1 --mode 1680x1050 --rate 60 --rotate left && xrandr --output LVDS1 --off'
alias suspend='sudo suspend'
alias hibernate='suspend'
alias reboot='sudo shutdown -r now'