dotfiles/.config/X11/xinitrc

7 lines
191 B
Bash
Executable file

#!/bin/sh
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/X11/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/X11/xprofile"
[ -f "$HOME/.xprofile" ] && . "$HOME/.xprofile"
exec dbus-launch dwm