dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 41189de1d5d802eebc30fa0f72351ef4b4a37c4a
parent c0baea88005bafae32f0dd48de66075b1db21f5a
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sun, 17 Mar 2024 18:46:08 -0400

add artix pipewire script similiar to gentoo

Diffstat:
Ascripts/artix-pipewire-launcher.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/scripts/artix-pipewire-launcher.sh b/scripts/artix-pipewire-launcher.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/bin/pipewire & +/usr/bin/pipewire-pulse & +/usr/bin/wireplumber &