Compare commits
5 commits
a792e6eaba
...
158d04e36c
Author | SHA1 | Date | |
---|---|---|---|
158d04e36c | |||
56711462d3 | |||
40b155a85d | |||
90dcfc58bf | |||
d0c2daa1a3 |
4 changed files with 30 additions and 0 deletions
2
dot_config/pacman/makepkg.conf
Normal file
2
dot_config/pacman/makepkg.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Use as many CPU cores as possible to compress packages
|
||||||
|
COMPRESSZST=(zstd -c -z -q --threads=0 -)
|
5
dot_config/pipewire/media-session.d/bluez-monitor.conf
Normal file
5
dot_config/pipewire/media-session.d/bluez-monitor.conf
Normal 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
14
etc/firefox/policies.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"policies": {
|
||||||
|
"3rdparty": {
|
||||||
|
"Extensions": {
|
||||||
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||||
|
"environment": {
|
||||||
|
"base": "https://tresor.strobel.one"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PasswordManagerEnabled": false
|
||||||
|
}
|
||||||
|
}
|
|
@ -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/reflector.conf" /etc/xdg/reflector/reflector.conf
|
||||||
install -Dpm644 "$DIR/etc/bluetooth.conf" /etc/bluetooth/main.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/snapper-root.conf" /etc/snapper/configs/root
|
||||||
|
install -Dpm644 "$DIR/etc/firefox/policies.json" /etc/firefox/policies/policies.json
|
||||||
|
|
||||||
# Global font configuration
|
# Global font configuration
|
||||||
for file in 10-hinting-slight 10-sub-pixel-rgb 11-lcdfilter-default; do
|
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
|
gnome-shell-extension-alphabetical-grid-extension-git # Restore the alphabetical ordering of the app grid
|
||||||
# Firefox extensions
|
# Firefox extensions
|
||||||
firefox-extension-bitwarden
|
firefox-extension-bitwarden
|
||||||
|
newsflash
|
||||||
# Dracut hook to build kernel images for systemd boot
|
# Dracut hook to build kernel images for systemd boot
|
||||||
dracut-hook-uefi
|
dracut-hook-uefi
|
||||||
# Additional fonts
|
# Additional fonts
|
||||||
|
@ -455,6 +457,13 @@ aur_packages=(
|
||||||
git-gone
|
git-gone
|
||||||
dnscontrol-bin
|
dnscontrol-bin
|
||||||
qtscrcpy # Android screen display
|
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=(
|
aur_optdeps=(
|
||||||
|
|
Loading…
Reference in a new issue