diff --git a/README.txt b/README.txt index d6f3c92..45b65ac 100644 --- a/README.txt +++ b/README.txt @@ -8,6 +8,7 @@ TODO * cgo config to always use plumber * automatic backups with borg + script * cupload <<< file +* user dirs cleanup * platinum9/nineicons for icons requirements @@ -48,7 +49,8 @@ autologin voidlinux tty1 to x11 you can do this if u want: cp /etc/sv -cp agetty-tty1 agetty1-autologin-tty1 +cp -r agetty-tty1 agetty-autologin-tty1 +(naming is important) in the conf file: GETTY_ARGS="--autologin --noclear" @@ -57,13 +59,6 @@ in the conf file: now enable the service and disable the agetty-tty1 service. -for autostarting startx, we use ~/.profile - if shopt -q login_shell && test "$(tty)" = '/dev/tty1' - then - exec startx - fi -this makes .profile run startx on tty1 after login. - no beep ------- diff --git a/files/.config/ncspot/userstate.cbor b/files/.config/ncspot/userstate.cbor index d690fbc..b8f71e4 100644 Binary files a/files/.config/ncspot/userstate.cbor and b/files/.config/ncspot/userstate.cbor differ diff --git a/files/.local/bin/luakit b/files/.local/bin/luakit new file mode 100755 index 0000000..089980e --- /dev/null +++ b/files/.local/bin/luakit @@ -0,0 +1,2 @@ +#!/bin/sh +LIBGL_ALWAYS_SOFTWARE=1 /usr/bin/luakit $@ diff --git a/files/.profile b/files/.profile index 6f643e8..03aee75 100644 --- a/files/.profile +++ b/files/.profile @@ -1,7 +1,6 @@ . /etc/profile export ENV="$HOME/.shrc" export PATH="$HOME/.local/bin/":"$PATH" -export LIBGL_ALWAYS_SOFTWARE=1 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig export XKB_DEFAULT_LAYOUT=de @@ -9,8 +8,8 @@ exists() { which "$1" >/dev/null 2>&1 } +shopt -q login_shell && \ exists swc-launch && \ exists velox && \ -shopt -q login_shell && \ test "$(tty)" = '/dev/tty1' && \ exec swc-launch velox