1
0
Fork 0

fix remapd

This commit is contained in:
Luca Bilke 2023-12-14 09:44:00 +01:00
parent 9fe38a6503
commit 5a6241d3f0
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ start picom --experimental-backends
start unclutter -noevents
start dunst
start dwmblocks
start remapd
start syncthing --no-browser
start remapd

View File

@ -1,5 +1,5 @@
#!/bin/sh
while :; do
watch -gn1 eval 'xinput --list | grep keyboard'
watch -gn1 eval 'xinput --list | grep keyboard' >/dev/null 2>&1
remaps -qd
done