run xrdb on boot
This commit is contained in:
parent
c3c149e148
commit
6491fcec8a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue