diff options
author | Patrick Simianer <p@simianer.de> | 2016-01-03 09:56:55 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-01-03 09:56:55 +0100 |
commit | bfc577997c5419de9492351a7a7bcdb7eb3b9fd1 (patch) | |
tree | 7b339623ed3df89e763e7283b983b1c3518bcfbe | |
parent | 8cfd6299c6026052f8c1d39c983ea0d9fd5faf32 (diff) |
zsh: vgabig
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |