mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
use pipewire instead of pulse
This commit is contained in:
parent
c9ffe81dc0
commit
68c93158be
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ hsetroot -solid $COLOR_BACKGROUND &
|
|||
xsetroot -cursor_name left_ptr &
|
||||
xrdb ~/.config/Xdefaults
|
||||
|
||||
pgrep -x pipewire > /dev/null || pipewire &
|
||||
pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &
|
||||
pgrep -x wireplumber > /dev/null || wireplumber &
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
#pgrep -x picom > /dev/null || picom &
|
||||
pgrep -x xss-lock > /dev/null || xss-lock slock &
|
||||
|
|
Loading…
Reference in a new issue