diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-23 20:19:47 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-23 20:19:47 +0100 |
commit | 45334d4bb5b855e706b79f47efc8bc2afd79f438 (patch) | |
tree | f5e5b702a99404414ed3a3e3f168feb616dde0f9 | |
parent | be72f2d5f41991e287504276b6ca92c426632344 (diff) |
zsh: vga aliases
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |