This website requires JavaScript.
Explore
Help
Sign in
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Activity
774f14f273
Branches
Tags
No results found.
dotfiles
/
.local
/
bin
/
daemons
/
remapd
7 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
improve status bar scripts
2023-02-06 22:22:50 +01:00
#!/bin/sh
shfmt shfmt
2023-02-07 17:19:53 +01:00
while :; do
dmesg -W -f kern | grep "input:" -q
sleep 1
remaps us:dvorak
improve status bar scripts
2023-02-06 22:22:50 +01:00
done
Copy permalink