Umbreon install update

This commit is contained in:
2022-04-20 12:59:45 -06:00
parent c1ee716a90
commit 1c329c86f6
15 changed files with 61 additions and 9 deletions

View File

@ -4,6 +4,7 @@ _HOSTNAME=$(hostnamectl --static)
case $_HOSTNAME in
butterfree ) DEFAULT=undock ;;
altaria ) DEFAULT=hdmi4k ;;
umbreon ) DEFAULT=undock ;;
esac
LAYOUT="${0:a:h}/$_HOSTNAME/$DEFAULT"

2
bin/xorg/umbreon/common Normal file
View File

@ -0,0 +1,2 @@
#!/bin/zsh
source $HOME/.config/wryn/env.zsh

16
bin/xorg/umbreon/homedock Executable file
View File

@ -0,0 +1,16 @@
#!/bin/zsh
source ${0:a:h}/common
xrandr \
--output DP-3 \
--primary \
--auto \
--mode 1920x1080 \
--rotate normal \
--pos 0x0 \
--output eDP-1 \
--off \
;
$DOTWRYN/bin/set-background random
PLAY_SFX gamedock

16
bin/xorg/umbreon/undock Executable file
View File

@ -0,0 +1,16 @@
#!/bin/zsh
source ${0:a:h}/common
xrandr \
--output eDP-1 \
--primary \
--auto \
--mode 1920x1200 \
--rotate normal \
--pos 0x0 \
--output DP-3 \
--off \
;
$DOTWRYN/bin/set-background random
PLAY_SFX gamedock