summaryrefslogtreecommitdiff
path: root/.local/hosts/x61s/etc/local.d/cursor.start
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-02-22 12:21:20 +0100
committerMarc Vertes <mvertes@free.fr>2025-02-22 12:21:20 +0100
commita251f3dc45cb15d6c094258792191cde3a5d2422 (patch)
treefbe88aa08ff4647ef4daa50d8937beaefc3ae0df /.local/hosts/x61s/etc/local.d/cursor.start
parent5531d444710020672b38149ae1b453a02f2ed0cb (diff)
update
Diffstat (limited to '.local/hosts/x61s/etc/local.d/cursor.start')
-rwxr-xr-x.local/hosts/x61s/etc/local.d/cursor.start7
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/hosts/x61s/etc/local.d/cursor.start b/.local/hosts/x61s/etc/local.d/cursor.start
new file mode 100755
index 0000000..0138d94
--- /dev/null
+++ b/.local/hosts/x61s/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