diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-09 17:40:24 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-10 17:34:53 -0800 |
| commit | e276a64f9dadbc3f4f6591074e0b78db0516920d (patch) | |
| tree | 56f90e047e2a976b3e316b6301f3b92795af11a9 /niceties/capslock/caps2esc | |
| parent | 3b4481c8d3b3cf6cc56221f84651b09846aec988 (diff) | |
add reliable c2e and unclutter
Diffstat (limited to 'niceties/capslock/caps2esc')
| -rwxr-xr-x | niceties/capslock/caps2esc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/niceties/capslock/caps2esc b/niceties/capslock/caps2esc new file mode 100755 index 0000000..ba0ed6f --- /dev/null +++ b/niceties/capslock/caps2esc @@ -0,0 +1,7 @@ +#!/sbin/openrc-run + +name="caps2esc" +command="/usr/sbin/caps2escd" +command_background=true +pidfile="/run/caps2esc.pid" + |
