diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 4b9f0b6..7cb38fa 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -7,7 +7,7 @@ xrandr --dpi "${DISPLAY_DPI:-96}" xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources" & xrdbpid=$! -DISPLAY_SCRIPT=~/.local/share/xrandr/$(hostname) +DISPLAY_SCRIPT=~/.local/share/xrandr/$(hostname | cut -d. -f1) ([ -e "$DISPLAY_SCRIPT" ] && $DISPLAY_SCRIPT) || xrandr --auto AUTOSTART="picom" diff --git a/.local/share/xrandr/cerberus.sh b/.local/share/xrandr/abdiel.sh similarity index 100% rename from .local/share/xrandr/cerberus.sh rename to .local/share/xrandr/abdiel.sh