diff options
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/autostart | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 013248d..5cd395a 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -50,9 +50,6 @@ startif() { } export LANG='en_US.UTF-8' -startif pipewire -startif pipewire-pulse -startif wireplumber startif dunst startif picom startif mpd-notification @@ -70,6 +67,11 @@ startif plank $sleep startif conky -d -c "$HOME"/.config/conky/conkyrc $sleep +startif pipewire +$sleep +startif pipewire-pulse +$sleep +startif wireplumber cd "$HOME" xrdb "$HOME"/.config/x11/xresources notify-send -u normal 'Welcome' "$icon Welcome back, partner!" |