rice/xinitrc
2023-01-28 20:56:17 +01:00

9 lines
178 B
Text

if command -v dbus-launch > /dev/null && test -z "${DBUS_SESSION_BUS_ADDRESS}"
then
eval $(dbus-launch --sh-syntax --exit-with-session)
fi
~/.fehbg &
picom &
bar &
exec dwm