From 45334d4bb5b855e706b79f47efc8bc2afd79f438 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 23 Feb 2016 20:19:47 +0100 Subject: zsh: vga aliases --- zsh/.zshrc | 4 ++-- 1 file 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' -- cgit v1.2.3