diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-01-04 13:13:39 -0700 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-01-04 13:13:39 -0700 |
| commit | c2b706ff2f3aa42d58a03febad1d1b8f8d5a1142 (patch) | |
| tree | d6786f531f02717472abdc992cc6c6ef81e660b3 /kolwynia/home/bdunahu/files/.local/bin/xkeyboard-auto | |
| parent | c4ca05231236c7e9bdf5304275eadde954acf588 (diff) | |
remove unnecessary nested guix dir
Diffstat (limited to 'kolwynia/home/bdunahu/files/.local/bin/xkeyboard-auto')
| -rwxr-xr-x | kolwynia/home/bdunahu/files/.local/bin/xkeyboard-auto | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kolwynia/home/bdunahu/files/.local/bin/xkeyboard-auto b/kolwynia/home/bdunahu/files/.local/bin/xkeyboard-auto new file mode 100755 index 0000000..b81ced4 --- /dev/null +++ b/kolwynia/home/bdunahu/files/.local/bin/xkeyboard-auto @@ -0,0 +1,12 @@ +#!/bin/sh + +/home/bdunahu/.local/bin/xkeyboard-toggle +while true; +do + if [ -f /tmp/keyboard_plugged ]; then + rm /tmp/keyboard_plugged + sleep 2 + /home/bdunahu/.local/bin/xkeyboard-toggle + fi + sleep 1 +done |
