diff options
| author | ryukamish <[email protected]> | 2026-06-25 12:37:24 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-25 12:37:24 +0530 |
| commit | 05b060b22baebc07349b47b1bc9a3bff929adbf2 (patch) | |
| tree | edc4ed4cb3fbeff6f88503073a1d8d197561d58f /.local/bin/sway-launch | |
| parent | a6ceb58d98d25c5fde3800a9a56eefaa129a9211 (diff) | |
add: start audio on gentoo
Diffstat (limited to '.local/bin/sway-launch')
| -rwxr-xr-x | .local/bin/sway-launch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/sway-launch b/.local/bin/sway-launch index 8f541b0..0bc05ba 100755 --- a/.local/bin/sway-launch +++ b/.local/bin/sway-launch @@ -49,5 +49,10 @@ export BEMENU_OPTS="-n -c -s -i \ --scb #040606ff --scf $BEMENU_COLOR_SCROLL \ --bdr $BEMENU_COLOR_BORDER" +# Gentoo specific pipewire launcher +if test ! -z ~/.local/bin/gentoo-pipewire-launcher; then + exec ~/.local/bin/gentoo-pipewire-launcher & +fi + # Launch sway exec sway |
