diff options
author | Joe <rbo@gmx.us> | 2025-08-07 21:50:12 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-07 21:50:12 +0200 |
commit | 46acfc489f7d7cd9822dd381a9d4bc2a946c5e40 (patch) | |
tree | 159e00427e1dfa462e4e9ca807811a79de9845fe /.config | |
parent | blexed (diff) | |
download | dotfiles-bsd-46acfc489f7d7cd9822dd381a9d4bc2a946c5e40.tar.gz dotfiles-bsd-46acfc489f7d7cd9822dd381a9d4bc2a946c5e40.tar.bz2 dotfiles-bsd-46acfc489f7d7cd9822dd381a9d4bc2a946c5e40.tar.xz dotfiles-bsd-46acfc489f7d7cd9822dd381a9d4bc2a946c5e40.tar.zst dotfiles-bsd-46acfc489f7d7cd9822dd381a9d4bc2a946c5e40.zip |
up
Diffstat (limited to '')
-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 |