caps2esc:logo4alt

Interception tools plugin that maps caps->{esc,ctrl} and logo<->alt
git clone git://git.deurzen.net/caps2esc:logo4alt
Log | Files | Refs | README | LICENSE

commit edf5b4f3d3e6662d1c6dc2cc6a8d30f5a286b168
parent ddc7ab140b1b498333d6959b7a306ebbf07376bd
Author: deurzen <max@deurzen.net>
Date:   Fri,  3 Jun 2022 10:34:39 +0200

changes process nicelevel to -20

Diffstat:
Minit.d-caps2esclogo4alt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d-caps2esclogo4alt b/init.d-caps2esclogo4alt @@ -2,7 +2,7 @@ # install to /etc/init.d, ln -s to /etc/runtimes/default (rc-update enable) name="caps2esc-logo4alt" supervisor="supervise-daemon" -command="/usr/local/bin/udevmon" +command="-N -20 /usr/local/bin/udevmon" pidfile="/run/${RC_SVCNAME}.pid" command_args="-c /etc/caps2esclogo4alt.yaml"