2023-01-28 16:56:17 -03:00
|
|
|
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 &
|
2023-02-17 10:34:05 -03:00
|
|
|
sxhkd &
|
2023-01-28 16:56:17 -03:00
|
|
|
bar &
|
|
|
|
exec dwm
|