mirror of https://gitlab.com/dabruh/dotfiles.git
Corrected hostname.
This commit is contained in:
parent
af5ee7cf15
commit
70cf73dc8c
|
@ -7,7 +7,7 @@ xrandr --dpi "${DISPLAY_DPI:-96}"
|
||||||
xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources" &
|
xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources" &
|
||||||
xrdbpid=$!
|
xrdbpid=$!
|
||||||
|
|
||||||
DISPLAY_SCRIPT=~/.local/share/xrandr/$(hostname)
|
DISPLAY_SCRIPT=~/.local/share/xrandr/$(hostname | cut -d. -f1)
|
||||||
([ -e "$DISPLAY_SCRIPT" ] && $DISPLAY_SCRIPT) || xrandr --auto
|
([ -e "$DISPLAY_SCRIPT" ] && $DISPLAY_SCRIPT) || xrandr --auto
|
||||||
|
|
||||||
AUTOSTART="picom"
|
AUTOSTART="picom"
|
||||||
|
|
Loading…
Reference in New Issue