summaryrefslogtreecommitdiffstats
path: root/laptop/.config
diff options
context:
space:
mode:
Diffstat (limited to 'laptop/.config')
-rw-r--r--laptop/.config/sh/rc.d/laptop1
-rw-r--r--laptop/.config/systemd/user/watch-kbd.service6
2 files changed, 7 insertions, 0 deletions
diff --git a/laptop/.config/sh/rc.d/laptop b/laptop/.config/sh/rc.d/laptop
new file mode 100644
index 0000000..6f95731
--- /dev/null
+++ b/laptop/.config/sh/rc.d/laptop
@@ -0,0 +1 @@
+alias wifi="sudo systemctl restart iwd"
diff --git a/laptop/.config/systemd/user/watch-kbd.service b/laptop/.config/systemd/user/watch-kbd.service
new file mode 100644
index 0000000..b1a2add
--- /dev/null
+++ b/laptop/.config/systemd/user/watch-kbd.service
@@ -0,0 +1,6 @@
+[Service]
+ExecStart=%h/.bin/watch-kbd
+Restart=always
+
+[Install]
+WantedBy=default.target