Fix line-endings; Increase portability; Add speedtyper.py
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Discard on use
|
||||
rm $0
|
||||
|
||||
sudo mkdir -p /etc/X11/xorg.conf.d/
|
||||
echo 'Section "InputClass"
|
||||
Identifier "My Mouse"
|
||||
Driver "libinput"
|
||||
MatchIsPointer "yes"
|
||||
Option "AccelProfile" "flat"
|
||||
EndSection' | sudo tee --append /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo mkdir -p /etc/X11/xorg.conf.d/
|
||||
echo 'Section "InputClass"
|
||||
Identifier "My Mouse"
|
||||
Driver "libinput"
|
||||
MatchIsPointer "yes"
|
||||
Option "AccelProfile" "flat"
|
||||
EndSection' | sudo tee --append /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
|
||||
|
||||
Reference in New Issue
Block a user