1
0
Fork 0

source dbus address in services

This commit is contained in:
Luca Bilke 2024-02-23 15:27:00 +01:00
parent b78727db2a
commit 1191153005
9 changed files with 21 additions and 1 deletions

View File

@ -11,7 +11,7 @@ echo "Sourcing $X11_CONFIG/xprofile"
. "$X11_CONFIG/xprofile"
echo $DBUS_SESSION_BUS_ADDRESS > $XDG_STATE_HOME/dbus_session_bus_address
echo "DBUS_SESSION_BUS_ADDRESS=\"$DBUS_SESSION_BUS_ADDRESS\"" > $XDG_STATE_HOME/dbus
echo "Starting DWM"

View File

@ -1,4 +1,6 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
exec dunst

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t dwmblocks

View File

@ -0,0 +1,6 @@
#!/bin/sh
exec 2>&1
PATH="$HOME/.local/libexec/statusbar:$PATH"
exec dwmblocks

View File

@ -1,4 +1,6 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
exec picom

View File

@ -1,4 +1,6 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
exec pipewire -c pipewire-pulse.conf

View File

@ -1,4 +1,6 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
exec pipewire

View File

@ -1,4 +1,6 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
exec wireplumber

View File

@ -1,6 +1,8 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
[ -r conf ] && . ./conf
exec xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1"