got battery notifications to work using xinitrc exporting DBUS info
This commit is contained in:
parent
c2a8798b5c
commit
05c49e6a5e
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ dunst &
|
|||
xbanish &
|
||||
# pulseaudio --start &
|
||||
|
||||
# Notification for Laptop Battery
|
||||
# echo 'export DBUS_SESSION_BUS_ADDRESS='$DBUS_SESSION_BUS_ADDRESS > /tmp/dsba &
|
||||
# chmod +x /tmp/dsba &
|
||||
# /tmp/dsba &
|
||||
# /home/brian/scripts/batnotify &
|
||||
|
||||
# Start pipewire
|
||||
/usr/bin/pipewire &
|
||||
/usr/bin/pipewire-pulse &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue