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

View file

@ -1,7 +0,0 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
Option "XkbOptions" "caps:none"
Option "XkbOptions" "compose:menu"
EndSection

View file

@ -1,7 +0,0 @@
Section "InputClass"
Identifier "libinput pointer catchall"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
Option "AccelSpeed" "0"
EndSection