dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

commit 05b060b22baebc07349b47b1bc9a3bff929adbf2
parent a6ceb58d98d25c5fde3800a9a56eefaa129a9211
Author: ryukamish <[email protected]>
Date:   Thu, 25 Jun 2026 12:37:24 +0530

add: start audio on gentoo

Diffstat:
M.local/bin/sway-launch | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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