diff options
Diffstat (limited to '.local/hosts/x61s')
| -rwxr-xr-x | .local/hosts/x61s/etc/local.d/cursor.start | 7 | ||||
| -rwxr-xr-x | .local/hosts/x61s/etc/local.d/xdg.start | 6 |
2 files changed, 13 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 diff --git a/.local/hosts/x61s/etc/local.d/xdg.start b/.local/hosts/x61s/etc/local.d/xdg.start new file mode 100755 index 0000000..d2002a3 --- /dev/null +++ b/.local/hosts/x61s/etc/local.d/xdg.start @@ -0,0 +1,6 @@ +#!/bin/sh +d=/run/user/1000 +rm -rf $d +mkdir -p $d +chown marc:marc $d +chmod 700 $d |
