summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-02-23 20:19:47 +0100
committerPatrick Simianer <p@simianer.de>2016-02-23 20:19:47 +0100
commit45334d4bb5b855e706b79f47efc8bc2afd79f438 (patch)
treef5e5b702a99404414ed3a3e3f168feb616dde0f9
parentbe72f2d5f41991e287504276b6ca92c426632344 (diff)
zsh: vga aliases
-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'