aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-16 14:04:37 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-16 14:04:37 +0000
commit70bfbf0846449bd2187b0c02cf14a140ac5e2c9c (patch)
tree288750b35adf5a9ff4130b315ed1c30b7ac1a554
parentstyle updates (diff)
downloadscripts-70bfbf0846449bd2187b0c02cf14a140ac5e2c9c.tar.gz
scripts-70bfbf0846449bd2187b0c02cf14a140ac5e2c9c.zip
udev, mailcap and kmonad service
-rw-r--r--.mutt/mailcap2
-rwxr-xr-xservices/kmonad/log/run3
-rwxr-xr-xservices/kmonad/run4
-rw-r--r--udev/rules.d/50-uinput.rules1
4 files changed, 10 insertions, 0 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap
new file mode 100644
index 0000000..a55433f
--- /dev/null
+++ b/.mutt/mailcap
@@ -0,0 +1,2 @@
+text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput
+#text/html; beautiful_html_render %s; nametemplate=%s.html; copiousoutput;
diff --git a/services/kmonad/log/run b/services/kmonad/log/run
new file mode 100755
index 0000000..76e12b6
--- /dev/null
+++ b/services/kmonad/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec logger -t kmonad -p daemon.notice
diff --git a/services/kmonad/run b/services/kmonad/run
new file mode 100755
index 0000000..8415ca4
--- /dev/null
+++ b/services/kmonad/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec 1>&2
+exec kmonad /home/devi/scripts/keymap.kbd || exit 1
diff --git a/udev/rules.d/50-uinput.rules b/udev/rules.d/50-uinput.rules
new file mode 100644
index 0000000..cd64332
--- /dev/null
+++ b/udev/rules.d/50-uinput.rules
@@ -0,0 +1 @@
+KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput"