mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 03:18:10 -03:00
10 lines
186 B
Text
10 lines
186 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 &
|
|
sxhkd &
|
|
bar &
|
|
exec dwm
|