From be0207dc05ca3da3d460a5f866265152e8b6cd00 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sat, 5 Mar 2016 18:44:47 +0100 Subject: zsh: vga* aliases --- zsh/.zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'zsh') 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' -- cgit v1.2.3