fix remapd
This commit is contained in:
parent
9fe38a6503
commit
5a6241d3f0
|
@ -16,5 +16,5 @@ start picom --experimental-backends
|
|||
start unclutter -noevents
|
||||
start dunst
|
||||
start dwmblocks
|
||||
start remapd
|
||||
start syncthing --no-browser
|
||||
start remapd
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue