blob: c5f12cbe2ed47882e84f264e6505955d31c37abe (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# xinitrc runs when you run starx
# Source xprofile as that contains commands that need run whenever we startx.
# Commands are kept in xprofile as that will run automatically if a display manager is used when logging in.
. ~/.xprofile
exec ~/.local/bin/dwm
|