[zsh] remove ränder (in favour of autorandr)
This commit is contained in:
parent
a39312cda9
commit
9b610ceb70
|
@ -66,50 +66,6 @@ eval "$(dircolors -b $HOME/.dircolors)"
|
||||||
## Color switcher
|
## Color switcher
|
||||||
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"
|
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"
|
||||||
|
|
||||||
## Screen settings
|
|
||||||
function ränder() {
|
|
||||||
(
|
|
||||||
case "$1" in
|
|
||||||
"office")
|
|
||||||
xrandr \
|
|
||||||
--output VIRTUAL1 --off \
|
|
||||||
--output eDP1 --primary --mode 1920x1080 --pos 0x632 --rotate normal \
|
|
||||||
--output DP1 --off \
|
|
||||||
--output DP2-1 --off \
|
|
||||||
--output DP2-2 --mode 1920x1200 --pos 1920x0 --rotate normal \
|
|
||||||
--output DP2-3 --off \
|
|
||||||
--output HDMI2 --off \
|
|
||||||
--output HDMI1 --off \
|
|
||||||
--output DP2 --off
|
|
||||||
;;
|
|
||||||
"solo")
|
|
||||||
xrandr \
|
|
||||||
--output VIRTUAL1 --off \
|
|
||||||
--output eDP1 --primary --mode 1920x1080 --rotate normal \
|
|
||||||
--output DP1 --off \
|
|
||||||
--output DP2-1 --off \
|
|
||||||
--output DP2-2 --off \
|
|
||||||
--output DP2-3 --off \
|
|
||||||
--output HDMI2 --off \
|
|
||||||
--output HDMI1 --off \
|
|
||||||
--output DP2 --off
|
|
||||||
;;
|
|
||||||
"auto")
|
|
||||||
xrandr --auto
|
|
||||||
;;
|
|
||||||
"manual")
|
|
||||||
arandr
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Invalid Preset"
|
|
||||||
notify-send "ränder" "Invalid Preset $1"
|
|
||||||
invalid="true"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
[ -z $invalid ] && notify-send "ränder" "Switched to $1"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
## Timer
|
## Timer
|
||||||
function timer() {
|
function timer() {
|
||||||
(
|
(
|
||||||
|
|
Reference in a new issue