fix remapd
This commit is contained in:
parent
9b8a6e3e3e
commit
fbbfc4ae34
|
@ -16,5 +16,5 @@ start picom --experimental-backends
|
||||||
start unclutter -noevents
|
start unclutter -noevents
|
||||||
start dunst
|
start dunst
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
start remapd
|
|
||||||
start syncthing --no-browser
|
start syncthing --no-browser
|
||||||
|
start remapd
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
while :; do
|
while :; do
|
||||||
watch -gn1 eval 'xinput --list | grep keyboard'
|
watch -gn1 eval 'xinput --list | grep keyboard' >/dev/null 2>&1
|
||||||
remaps -qd
|
remaps -qd
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue