summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 0c6736f45f232dab0b6b143c3ee1ec4cde70c68e (plain)
1
2
3
4
5
6
7
#!/bin/sh

# This is run when 'startx' or 'xinit' is executed,
# but since display managers use ~/.xprofile instead,
# .xprofile is sourced to be compatible with both.

[ -f $HOME/.xprofile ] && . $HOME/.xprofile