mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Remove pipewire from programs list
This commit is contained in:
parent
db1a167b9b
commit
db337c90b5
@ -8,7 +8,7 @@ setbg & # set the background with the `setbg` script
|
|||||||
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup
|
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup
|
||||||
remaps & # run the remaps script, switching caps/esc and more; check it for more info
|
remaps & # run the remaps script, switching caps/esc and more; check it for more info
|
||||||
|
|
||||||
autostart="mpd xcompmgr dunst unclutter pipewire"
|
autostart="mpd xcompmgr dunst unclutter"
|
||||||
|
|
||||||
for program in $autostart; do
|
for program in $autostart; do
|
||||||
pidof -s "$program" || setsid -f "$program"
|
pidof -s "$program" || setsid -f "$program"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user