Cleanup files (moved to sysyadm)
This commit is contained in:
parent
b9d5b166f4
commit
a938c74e4a
34 changed files with 30 additions and 455 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "de"
|
||||
Option "XkbOptions" "caps:none"
|
||||
Option "XkbOptions" "compose:menu"
|
||||
EndSection
|
|
@ -1,7 +0,0 @@
|
|||
Section "InputClass"
|
||||
Identifier "libinput pointer catchall"
|
||||
Driver "libinput"
|
||||
MatchIsPointer "yes"
|
||||
Option "AccelProfile" "flat"
|
||||
Option "AccelSpeed" "0"
|
||||
EndSection
|
Loading…
Add table
Add a link
Reference in a new issue