This website requires JavaScript.
Explore
Help
Sign in
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Activity
9b8a6e3e3e
Branches
Tags
No results found.
dotfiles
/
.local
/
bin
/
daemons
/
remapd
6 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
improve remapd detection
2023-12-13 14:22:27 +01:00
#!/bin/sh
shfmt shfmt
2023-02-07 17:19:53 +01:00
while :; do
improve remapd detection
2023-12-13 14:22:27 +01:00
watch -gn1 eval 'xinput --list | grep keyboard'
remaps -qd
improve status bar scripts
2023-02-06 22:22:50 +01:00
done
Copy permalink