From 70cf73dc8cb94538c69fd08433121e048cbdeca5 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Sat, 28 May 2022 22:51:25 +0200 Subject: [PATCH] Corrected hostname. --- .config/x11/xprofile | 2 +- .local/share/xrandr/{cerberus.sh => abdiel.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .local/share/xrandr/{cerberus.sh => abdiel.sh} (100%) 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