Removed mouse accelleration for xorg

This commit is contained in:
2024-04-12 13:40:12 +02:00
parent d9918a9d76
commit 1cfbb7e545
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "AccelProfile" "flat"
EndSection

View File

@@ -76,6 +76,9 @@ sudo usermod -aG video wholteza
# Decrypt and move VPN wireguard key
gpg --decrypt /home/wholteza/.config/wireguard/got58-got80.conf.gpg > /home/wholteza/.config/wireguard/got58-got80.conf && sudo mv /home/wholteza/.config/wireguard/got58-got80.conf /etc/wireguard/ovpn.conf
# Xorg configs
sudo cp /home/wholteza/.config/X11/xorg.conf.d/* /etc/X11/xorg.conf.d/
source ~/.bashrc
echo Done!