[zshrc] merge presirandr into ränder
This commit is contained in:
parent
49b84d6ab1
commit
920d21045b
|
@ -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() {
|
||||
|
|
Reference in a new issue