1
0
Fork 0

run xrdb on boot

This commit is contained in:
Luca Bilke 2024-02-06 10:42:53 +01:00
parent c3c149e148
commit 6491fcec8a

View file

@ -2,6 +2,7 @@
# shellcheck disable=SC2016
[ -x "$XDG_CONFIG_HOME/X11/xrandr" ] && "$XDG_CONFIG_HOME/X11/xrandr"
[ -r "$XDG_CONFIG_HOME/X11/xresources" ] && xrdb "$XDG_CONFIG_HOME/X11/xresources"
exec dbus-run-session -- sh -c '
X11_CONFIG="$XDG_CONFIG_HOME/X11"