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