Corrected hostname.

This commit is contained in:
dabruh 2022-05-28 22:51:25 +02:00
parent af5ee7cf15
commit 70cf73dc8c
2 changed files with 1 additions and 1 deletions

View File

@ -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"