Removed mouse accelleration for xorg
This commit is contained in:
7
.config/X11/xorg.conf.d/50-mouse-acceleration.conf
Normal file
7
.config/X11/xorg.conf.d/50-mouse-acceleration.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
Section "InputClass"
|
||||
Identifier "libinput pointer catchall"
|
||||
MatchIsPointer "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
Option "AccelProfile" "flat"
|
||||
EndSection
|
||||
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user