diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-06 12:33:18 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-06 12:33:18 +0100 |
| commit | 270699d4eb1f1d27e2d8905cfbbf0037f07609ed (patch) | |
| tree | 4821b26edcb242f2d8710ea65043d4f7a12cad8f /etc/local.d/cursor.start | |
| parent | 7138f485299e110f59bfea1bc0deda82750104e2 (diff) | |
add cursor color management
Diffstat (limited to 'etc/local.d/cursor.start')
| -rwxr-xr-x | etc/local.d/cursor.start | 7 |
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 |
