This commit is contained in:
kento2 2026-02-06 14:47:12 +01:00
parent dcfa7425dc
commit 90fd2ad3a8
7 changed files with 21 additions and 17 deletions

View file

@ -1,16 +1,8 @@
. /etc/profile
export ENV="$HOME/.shrc"
export PATH="$HOME/.local/bin/":"$PATH"
export PATH="$HOME/.local/bin":"$PATH"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages"
exists() {
which "$1" >/dev/null 2>&1
}
shopt -q login_shell && \
exists swc-launch && \
exists velox && \
test "$(tty)" = '/dev/tty1' && \
exec env WLD_DRM_DUMB=1 swc-launch velox
export EDITOR=/usr/bin/vis