Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.xinitrc

6 lines
147 B
Text
Raw Normal View History

2022-01-09 05:28:34 +00:00
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
2021-12-28 05:04:49 +00:00
exec bspwm