dotfiles/dwm/.config/X11/xinitrc

10 lines
221 B
Bash
Executable file

#!/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