1
0
Fork 0

x11: remove echo statements

This commit is contained in:
Luca Bilke 2024-06-24 19:19:33 +02:00
parent d844a51efd
commit 0068147d06
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
1 changed files with 0 additions and 10 deletions

View File

@ -7,19 +7,9 @@
exec dbus-run-session -- sh -c '
X11_CONFIG="$XDG_CONFIG_HOME/X11"
echo "Sourcing $X11_CONFIG/xprofile"
. "$X11_CONFIG/xprofile"
echo "DBUS_SESSION_BUS_ADDRESS=\"$DBUS_SESSION_BUS_ADDRESS\"" > $XDG_STATE_HOME/dbus
echo "Starting DWM"
dwm
echo "Exited DWM"
# echo "Killing Orphans"
# kill 15 -1
'