summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/local.d/cursor.start7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/local.d/cursor.start b/etc/local.d/cursor.start
new file mode 100755
index 0000000..0138d94
--- /dev/null
+++ b/etc/local.d/cursor.start
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Set cursor color on ttys.
+
+for i in 1 2 3 4 5 6; do
+ /home/marc/bin/cursor-linux $i >> /dev/tty$i
+done