diff options
-rw-r--r-- | .config/x11/xinitrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index ffc58a0..59b01e8 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -88,15 +88,15 @@ startif $xscr # doas rc-service wireguard start && # notify-send -u normal 'wireguard' 'WireGuard started' # $sleep -# pkill wireplumber -# pkill pipewire-pulse -# pkill pipewire -# startif pipewire -# $sleep -# startif pipewire-pulse -# $sleep -# startif wireplumber -# $sleep +pkill wireplumber +pkill pipewire-pulse +pkill pipewire +startif pipewire +$sleep +startif pipewire-pulse +$sleep +startif wireplumber +$sleep startif nm-applet $sleep startif blueman-applet |