summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 04c809ad44c87d193f4fe033c37e0f9ab5401af3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# ~/.xinitrc
#

# 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 ~/.xprofile ]] && . ~/.xprofile