mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Create remapd
This script will automatically run remaps when it detects a line in dmesg that contains "input:"
This commit is contained in:
parent
32a896ffdf
commit
53a66c6254
6
.local/bin/remapd
Normal file
6
.local/bin/remapd
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
while : ; do
|
||||||
|
dmesg -W -f kern | grep "input:" -q
|
||||||
|
sleep 1
|
||||||
|
remaps
|
||||||
|
done
|
||||||
Loading…
x
Reference in New Issue
Block a user