Enable pipewire-jack by default
This commit is contained in:
parent
98ee8cbe94
commit
c10753416a
3 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
|||
. ./lib
|
||||
|
||||
options=()
|
||||
options+=("partitionmanager" "" on)
|
||||
options+=("gnome-keyring" "" on)
|
||||
options+=("xsettingsd" "" on)
|
||||
options+=("kdeconnect" "" off)
|
||||
options+=("sshfs" "(For kdeconnect)" off)
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
options=()
|
||||
options+=("pipewire-media-session" "" on)
|
||||
options+=("pipewire-alsa" "" on)
|
||||
options+=("pipewire-jack" "" on)
|
||||
options+=("pipewire-pulse" "" on)
|
||||
options+=("pipewire-v4l2" "" on)
|
||||
options+=("pipewire-zeroconf" "" on)
|
||||
options+=("gst-plugin-pipewire" "" on)
|
||||
options+=("easyeffects" "" off)
|
||||
options+=("pipewire-jack" "" off)
|
||||
options+=("pipewire-x11-bell" "" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "System PPMediaSession Install" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
options=()
|
||||
options+=("wireplumber" "" on)
|
||||
options+=("pipewire-alsa" "" on)
|
||||
options+=("pipewire-jack" "" on)
|
||||
options+=("pipewire-pulse" "" on)
|
||||
options+=("pipewire-v4l2" "" on)
|
||||
options+=("pipewire-zeroconf" "" on)
|
||||
options+=("gst-plugin-pipewire" "" on)
|
||||
options+=("easyeffects" "" off)
|
||||
options+=("pipewire-jack" "" off)
|
||||
options+=("pipewire-x11-bell" "" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "System Wireplumper Install" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
|
|
Loading…
Add table
Reference in a new issue