dotfiles/dwm/.config/X11/xinitrc

10 lines
221 B
Plaintext
Raw Normal View History

2024-05-19 02:23:03 -04:00
#!/bin/sh
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/X11/xprofile" ]; then
. "${XDG_CONFIG_HOME:-$HOME/.config}/X11/xprofile"
elif [ -f "$HOME/.xprofile" ]; then
. "$HOME/.xprofile"
fi
exec dbus-run-session dwm