1
0
Fork 0

Compare commits

...

5 Commits

Author SHA1 Message Date
Tobias Strobel 158d04e36c Add makepkg.conf with tuned package compression 2023-05-19 20:49:47 +02:00
Tobias Strobel 56711462d3 Enable mSBC and SBC-XQ for pipewire 2023-05-19 20:48:56 +02:00
Tobias Strobel 40b155a85d Add pre-configured settings for Firefox Bitwarden Extension 2023-05-19 20:41:54 +02:00
Tobias Strobel 90dcfc58bf Add newsflash from AUR 2023-05-19 20:40:29 +02:00
Tobias Strobel d0c2daa1a3 Add Android development from AUR 2023-05-19 20:39:45 +02:00
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Use as many CPU cores as possible to compress packages
COMPRESSZST=(zstd -c -z -q --threads=0 -)

View File

@ -0,0 +1,5 @@
properties = {
bluez5.enable-msbc = true
bluez5.enable-sbc-xq = true
bluez5.codecs = [sbc sbc_xq]
}

14
etc/firefox/policies.json Normal file
View File

@ -0,0 +1,14 @@
{
"policies": {
"3rdparty": {
"Extensions": {
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
"environment": {
"base": "https://tresor.strobel.one"
}
}
}
},
"PasswordManagerEnabled": false
}
}

View File

@ -341,6 +341,7 @@ install -Dpm644 "$DIR/etc/iwd/main.conf" /etc/iwd/main.conf
install -Dpm644 "$DIR/etc/reflector.conf" /etc/xdg/reflector/reflector.conf
install -Dpm644 "$DIR/etc/bluetooth.conf" /etc/bluetooth/main.conf
install -Dpm644 "$DIR/etc/snapper-root.conf" /etc/snapper/configs/root
install -Dpm644 "$DIR/etc/firefox/policies.json" /etc/firefox/policies/policies.json
# Global font configuration
for file in 10-hinting-slight 10-sub-pixel-rgb 11-lcdfilter-default; do
@ -446,6 +447,7 @@ aur_packages=(
gnome-shell-extension-alphabetical-grid-extension-git # Restore the alphabetical ordering of the app grid
# Firefox extensions
firefox-extension-bitwarden
newsflash
# Dracut hook to build kernel images for systemd boot
dracut-hook-uefi
# Additional fonts
@ -455,6 +457,13 @@ aur_packages=(
git-gone
dnscontrol-bin
qtscrcpy # Android screen display
# Android development
android-studio # development environment
android-sdk-cmdline-tools-latest # command-line tools
android-sdk-build-tools # SDK build-tools
android-sdk-platform-tools # SDK platform-tools
android-platform # SDK platform
android-emulator
)
aur_optdeps=(