From 920d21045bdd11b20e62b1b8ee82d75a07138627 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 16 Jun 2018 14:17:16 +0000 Subject: [PATCH] =?UTF-8?q?[zshrc]=20merge=20presirandr=20into=20r=C3=A4nd?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.zshrc.local | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/.zshrc.local b/home/.zshrc.local index 5902ac6..98151b6 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -140,13 +140,16 @@ function ränder() { "auto") xrandr --auto ;; + "manual") + arandr + ;; *) echo "Invalid Preset" notify-send "ränder" "Invalid Preset $1" -i ~/.local/share/icons/Paper/48x48/devices/video-display.png invalid="true" ;; esac - [ -z $invalid ] && notify-send "ränder" "Switched to preset $1" -i ~/.local/share/icons/Paper/48x48/devices/video-display.png + [ -z $invalid ] && notify-send "ränder" "Switched to $1" -i ~/.local/share/icons/Paper/48x48/devices/video-display.png feh --bg-fill ~/bg.jpg ) } @@ -196,7 +199,6 @@ if which exa 2>&1 >> /dev/null;then alias exa="exa --git" alias ls="exa" fi -alias presirandr="arandr; feh --bg-fill bg.jpg" alias mc="~/bin/mc" function jitsi-meet() {