8 lines
119 B
Text
8 lines
119 B
Text
|
#!/bin/sh
|
||
|
|
||
|
. "$XDG_CONFIG_HOME/X11/xprofile"
|
||
|
|
||
|
run-parts "$XDG_CONFIG_HOME/X11/xinitrc.d"
|
||
|
|
||
|
exec dbus-run-session -- dwm
|