Compare commits

..

2 Commits

Author SHA1 Message Date
0094bee2cb
feat: bluetooth support, pack: pavucontrol-qt 2022-03-23 19:05:06 +01:00
5eb3c18a1d
pack: wireless_tools 2022-03-14 15:09:11 +01:00
2 changed files with 7 additions and 3 deletions

View File

@ -297,7 +297,7 @@ case $todo in
install_aur_helper install_aur_helper
installation_loop installation_loop
download_dotfiles download_dotfiles
set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Ss,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys" set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend"
no_beep no_beep
set_system_stuff set_system_stuff
enable_service "--user syncthing" enable_service "--user syncthing"
@ -306,7 +306,7 @@ case $todo in
else else
enable_service "systemd-networkd" enable_service "systemd-networkd"
fi fi
enable_service "systemd-timesyncd" "atd" enable_service "systemd-timesyncd" "atd" "bluetooth"
set_root_bashrc set_root_bashrc
add_user_to_groups add_user_to_groups
ready_steady_go ready_steady_go

View File

@ -23,13 +23,14 @@ D,P,nvidia,Graphics driver
A,P,expac,Pacman Database Extraction Tool (Get Install-Date) A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
A,P,qt5ct,Tool to change themes for qt apps A,P,qt5ct,Tool to change themes for qt apps
A,P,papirus-icon-theme,icons A,P,papirus-icon-theme,icons
L,P,wireless_tools,Used for lemonbar output
# libraries # libraries
# A,M,pyorgmode,lib to create and modify orgmode files used in quteb script # A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
# Tablet related # Tablet related
A,P,xf86-input-wacom,xsetwacom A,P,xf86-input-wacom,xsetwacom
A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet A,A,digimend-kernel-drivers-dkms,drivers for the huion tablet
A,P,at,used to run the set button script after udev trigger A,P,at,used to run the set button script after udev trigger
# Package management # Package management
A,P,reflector,A script to retrieve and filter the latest Pacman mirror list. A,P,reflector,A script to retrieve and filter the latest Pacman mirror list.
@ -93,6 +94,7 @@ A,P,alsa-utils,An alternative implementation of Linux sound support
A,P,pulseaudio,Sound server A,P,pulseaudio,Sound server
A,P,pulseaudio-alsa,ALSA Configuration for PulseAudio A,P,pulseaudio-alsa,ALSA Configuration for PulseAudio
A,P,pulseaudio-jack,Jack support for PulseAudio A,P,pulseaudio-jack,Jack support for PulseAudio
A,P,pavucontrol-qt,GUI to manage PulseAudio
A,P,jack2,C++ version of the JACK low-latency audio server for multi-processor machines A,P,jack2,C++ version of the JACK low-latency audio server for multi-processor machines
A,P,jack2-dbus,The JACK low-latency audio server (dbus integration) A,P,jack2-dbus,The JACK low-latency audio server (dbus integration)
A,P,a2jmidid,Dbus midi jack thingy A,P,a2jmidid,Dbus midi jack thingy
@ -100,6 +102,8 @@ A,P,qjackctl,A Qt front-end for the JACK low-latency audio server
A,P,python-dbus,Python bindings for DBUS A,P,python-dbus,Python bindings for DBUS
A,P,realtime-privileges,Required for realtime applications A,P,realtime-privileges,Required for realtime applications
A,P,blueman,Bluetooth manager
A,P,pulseaudio-bluetooth,Bluetooth support for PulseAudio
# Text editing # Text editing
A,P,emacs,The extensible customizable self-documenting real-time display editor A,P,emacs,The extensible customizable self-documenting real-time display editor

1 # First column: A = All, L = Laptop, D = Desktop
23 A,P,qt5ct,Tool to change themes for qt apps
24 A,P,papirus-icon-theme,icons
25 # libraries L,P,wireless_tools,Used for lemonbar output
26 # libraries
27 # A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
28 # Tablet related
29 A,P,xf86-input-wacom,xsetwacom
30 A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet A,A,digimend-kernel-drivers-dkms,drivers for the huion tablet
31 A,P,at,used to run the set button script after udev trigger
32 # Package management
33 A,P,reflector,A script to retrieve and filter the latest Pacman mirror list.
34 # Fonts
35 # A,A,ttf-iosevka,Systemfont
36 # A,A,ttf-iosevka-term,Systemfont Terminal
94 # emacs reqs # Text editing
95 A,P,pandoc,A universal document converter A,P,emacs,The extensible customizable self-documenting real-time display editor
96 A,P,auctex,latexpreview A,P,xournalpp,Notetaking and sketching application
97 # emacs reqs
98 A,P,texlive-core,latex export (orgmode) A,P,pandoc,A universal document converter
99 A,P,texlive-latexextra,latex export (orgmode) A,P,auctex,latexpreview
100 A,P,texlive-bibtexextra,Latex biblatex support A,P,texlive-core,latex export (orgmode)
102 A,P,texlive-fontsextra,More latex fonts A,P,texlive-bibtexextra,Latex biblatex support
103 A,P,biber,Citation for latex (new backend) A,P,texlive-science,Latex Math support
104 A,P,minted,Syntaxhighlighting for Latex A,P,texlive-fontsextra,More latex fonts
105 A,P,biber,Citation for latex (new backend)
106 A,P,minted,Syntaxhighlighting for Latex
107 # Mail -> GNUS
108 # A,A,mu,Maildir indexer/searcher and Emacs client (mu4e)
109 # A,P,offlineimap,Synchronizes emails between two repositories