Compare commits
No commits in common. "158d04e36c8710d3fb1d14b5a3bcd7968e6c5e37" and "a792e6eaba3d057961fd879a3e0745c7f5f0d662" have entirely different histories.
158d04e36c
...
a792e6eaba
4 changed files with 0 additions and 30 deletions
|
@ -1,2 +0,0 @@
|
|||
# Use as many CPU cores as possible to compress packages
|
||||
COMPRESSZST=(zstd -c -z -q --threads=0 -)
|
|
@ -1,5 +0,0 @@
|
|||
properties = {
|
||||
bluez5.enable-msbc = true
|
||||
bluez5.enable-sbc-xq = true
|
||||
bluez5.codecs = [sbc sbc_xq]
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"policies": {
|
||||
"3rdparty": {
|
||||
"Extensions": {
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"environment": {
|
||||
"base": "https://tresor.strobel.one"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
||||
}
|
|
@ -341,7 +341,6 @@ 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
|
||||
|
@ -447,7 +446,6 @@ 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
|
||||
|
@ -457,13 +455,6 @@ 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=(
|
||||
|
|
Loading…
Reference in a new issue