Merge remote-tracking branch 'g.phga.de/master'
This commit is contained in:
commit
1701869ec9
2
fresh.sh
2
fresh.sh
@ -258,7 +258,7 @@ set_system_stuff() {
|
||||
|
||||
add_user_to_groups() {
|
||||
dialog --infobox "Adding $uname to necessary groups" 0 0
|
||||
ugroups="audio realtime docker"
|
||||
ugroups="audio video realtime docker"
|
||||
usermod -a -G "$ugroups" "$uname"
|
||||
echo "Added user $uname to groups: $ugroups\n\n" >> $logfile
|
||||
}
|
||||
|
5
pack.csv
5
pack.csv
@ -93,6 +93,7 @@ A,P,alsa-plugins,Extra alsa plugins
|
||||
A,P,alsa-utils,An alternative implementation of Linux sound support
|
||||
|
||||
A,P,blueman,Bluetooth manager
|
||||
A,P,realtime-privileges,Required for realtime applications
|
||||
|
||||
### PULSEAUDIO / JACK2
|
||||
# A,A,apulse,Compatibility layer for applications that rely on pulseaudio
|
||||
@ -106,7 +107,6 @@ A,P,blueman,Bluetooth manager
|
||||
# D,P,a2jmidid,Dbus midi jack thingy
|
||||
# D,P,qjackctl,A Qt front-end for the JACK low-latency audio server
|
||||
# D,P,python-dbus,Python bindings for DBUS
|
||||
# D,P,realtime-privileges,Required for realtime applications
|
||||
|
||||
# A,P,pulseaudio-bluetooth,Bluetooth support for PulseAudio
|
||||
|
||||
@ -198,7 +198,8 @@ A,P,yt-dlp,Youtube Downloader used in mpv
|
||||
A,P,mpv,Video Player
|
||||
|
||||
# moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
|
||||
A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
|
||||
L,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
|
||||
L,P,xf86-video-intel,Required for xbacklight
|
||||
|
||||
# Design / Photography
|
||||
# Good resource: https://uxplanet.org/open-design-freeware-tools-for-designers-f7bdde99f2e0
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user