Cleanup files (moved to sysyadm)

This commit is contained in:
Tobias Reisinger 2025-06-25 01:08:44 +02:00
parent b9d5b166f4
commit a938c74e4a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
34 changed files with 30 additions and 455 deletions

View file

@ -15,25 +15,14 @@ depends=(
"xorg-xinput" "xorg-xlsclients" "xorg-xmodmap"
"numlockx"
"xf86-video-amdgpu"
### APPLICATIONS
"bspwm"
#"sxhkd" "polybar"
)
source=(
"etc_X11_xorg.conf.d_10-keyboard.conf"
"etc_X11_xorg.conf.d_50-mouse-acceleration.conf"
)
sha256sums=(
"SKIP"
"SKIP"
)
source=()
sha256sums=()
backup=()
. ../utils.sh
package() {
_system_install "etc/X11/xorg.conf.d/10-keyboard.conf"
_system_install "etc/X11/xorg.conf.d/50-mouse-acceleration.conf"
}
# vim: ft=sh