From b2bbddfefe37c13ab2b8932599be3dc1a9fc5fa2 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 23 Dec 2022 01:13:07 +0100 Subject: [PATCH] Move packages to home-manager and add reflector --- arch/PKGBUILD | 9 ++++++--- arch/etc_xdg_reflector_reflector.conf | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 arch/etc_xdg_reflector_reflector.conf diff --git a/arch/PKGBUILD b/arch/PKGBUILD index a87d01e..f6b4602 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -51,9 +51,9 @@ depends=( ### APPLICATIONS "sddm" - "bemenu" "bemenu-x11" "j4-dmenu-desktop" + #"bemenu" "bemenu-x11" "j4-dmenu-desktop" "bspwm" - "sxhkd" "polybar" + #"sxhkd" "polybar" "pipewire-pulse" "vorbis-tools" "alsa-utils" "gst-plugins-good" "gst-plugins-good" "gst-plugins-bad" "gst-plugins-ugly" "polkit-gnome" @@ -61,7 +61,7 @@ depends=( "lxappearance" "qt5ct" "gnome-icon-theme-extras" "gnome-themes-extra" "thunar" "tumbler" "ffmpegthumbnailer" "gtkspell" - "thunderbird" "virtualbox" + "thunderbird" "qutebrowser" "python-adblock" "python-pynacl" "pdfjs-legacy" "ungoogled-chromium" "firefox" "chromium-widevine" "qt5-webengine-widevine" @@ -77,6 +77,7 @@ source=( "etc_sddm.conf.d_autologin.conf" "etc_sddm.conf.d_general.conf" "etc_vconsole.conf" + "etc_xdg_reflector_reflector.conf" "etc_X11_xorg.conf.d_50-mouse-acceleration.conf" ) sha256sums=( @@ -90,6 +91,7 @@ sha256sums=( "SKIP" "SKIP" "SKIP" + "SKIP" ) backup=( "boot/loader/loader.conf" @@ -119,6 +121,7 @@ package() { _install "etc/sddm.conf.d/general.conf" _install "etc/vconsole.conf" _install "etc/X11/xorg.conf.d/50-mouse-acceleration.conf" + _install "etc/xdg/reflector/reflector.conf" } # vim: ft=sh diff --git a/arch/etc_xdg_reflector_reflector.conf b/arch/etc_xdg_reflector_reflector.conf new file mode 100644 index 0000000..221de5f --- /dev/null +++ b/arch/etc_xdg_reflector_reflector.conf @@ -0,0 +1,5 @@ +--save /etc/pacman.d/mirrorlist +--protocol https +--country Germany,Denmark,Netherlands,Belgium,Luxembourg,France,Austria,Czechia,Poland +--latest 10 +--sort score