dotwryn/bin/xorg-activate-default
2023-06-27 16:53:59 -06:00

7 lines
148 B
Bash
Executable File

#!/bin/zsh
LAYOUT="$DOTWRYN/bin/$(hostnamectl --static)/default"
[ -f $LAYOUT ] && {
until xrandr -q >/dev/null 2>&1; do sleep .1; done
$LAYOUT
}