Fix emacs gc at startup
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
xinput --set-prop 25 'libinput Accel Profile Enabled' 0, 1
|
||||
if [ ! "$1" ]; then
|
||||
echo "No device ID given ..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
xinput --set-prop $1 'libinput Accel Profile Enabled' 0, 1
|
||||
|
||||
Reference in New Issue
Block a user