1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-12-15 10:16:45 +01:00
parent b5d17b0956
commit de249b8d6f
3 changed files with 9 additions and 6 deletions

View File

@ -1,21 +1,22 @@
#!/bin/sh
# shellcheck disable=SC2016
exec dbus-run-session -- sh -c "
X11_CONFIG=\"$XDG_CONFIG_HOME/X11\"
exec dbus-run-session -- sh -c '
X11_CONFIG="$XDG_CONFIG_HOME/X11"
SESSIONFILES=$(run-parts --list "$X11_CONFIG/xsession.d")
if [ -n \"$SESSIONFILES\" ]; then
if [ -n "$SESSIONFILES" ]; then
set +e
for SESSIONFILE in $SESSIONFILES; do
echo \"Executing $SESSIONFILE\"
echo "Executing $SESSIONFILE"
$SESSIONFILE
done
set -e
fi
. \"$X11_CONFIG/xprofile\"
. "$X11_CONFIG/xprofile"
echo $DBUS_SESSION_BUS_ADDRESS > $XDG_STATE_HOME/dbus_session_address
dwm
"
'

View File

@ -1,4 +1,5 @@
#!/bin/sh
# shellcheck disable=SC2068,SC2086
start() {
pidof -sx $1 || $@ &

View File

@ -1,5 +1,6 @@
README\.md
TODO\.md
runsvdir-<USERNAME>
\.git
\.gitignore
\.gitmodules