.
This commit is contained in:
parent
c155a75c06
commit
c6e6767f0a
4 changed files with 6 additions and 10 deletions
Binary file not shown.
2
files/.local/bin/luakit
Executable file
2
files/.local/bin/luakit
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
LIBGL_ALWAYS_SOFTWARE=1 /usr/bin/luakit $@
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue