diff options
author | Joe <rbo@gmx.us> | 2025-08-05 10:18:40 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-05 10:18:40 +0200 |
commit | e7d5ea2b2709994ec815bce2a458bf19d82b485a (patch) | |
tree | ad8ab1e588a346e7341b57da7a87bdf3e4e4f5dd /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.gz dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.bz2 dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.xz dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.zst dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 1510554..3504d29 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,7 +40,7 @@ startif() { dunst_shit() { sleep 1 - [ $host = "po-rbo" ] && startif /home/r_bousset/.nix-profile/bin/dunst || startif dunst + startif dunst sleep 2 startif mpd-notification startif lowbat @@ -52,7 +52,7 @@ dunst_shit() { } start_apps() { - [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe + # [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe CM_SELECTIONS=clipboard startif clipmenud startif copyq startif nextcloud @@ -86,15 +86,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 |