summaryrefslogtreecommitdiff
path: root/etc/local.d/cursor.start
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-06 12:33:18 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-06 12:33:18 +0100
commit270699d4eb1f1d27e2d8905cfbbf0037f07609ed (patch)
tree4821b26edcb242f2d8710ea65043d4f7a12cad8f /etc/local.d/cursor.start
parent7138f485299e110f59bfea1bc0deda82750104e2 (diff)
add cursor color management
Diffstat (limited to 'etc/local.d/cursor.start')
-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