dotfiles/.config/X11/xinitrc

7 lines
191 B
Plaintext
Raw Normal View History

2024-05-18 04:35:17 -04:00
#!/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