Skip to content

Commit

Permalink
move xinitrc to /etc/X11/cdm/ and document it's use
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 30, 2011
1 parent 6f15756 commit d9b02d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/cdm
Expand Up @@ -249,7 +249,7 @@ xstart() {
wm_bin="$sysclientrc $wm_bin"
fi
else
wm_bin="/usr/share/cdm/xinitrc $wm_bin"
wm_bin="/etc/X11/cdm/xinitrc $wm_bin"
fi

serverargs=":${display} ${serverargs} vt$((xtty+display))"
Expand Down
6 changes: 6 additions & 0 deletions src/xinitrc
@@ -1,4 +1,10 @@
#!/bin/sh
#
# If option usexinit is set then this file is not used. Instead ~/.xinitrc
# if it exists or else /etc/X11/xinit/xinitrc is used in it's place.


# Put your configuration above this line.

wm_bin="$1"
exec ${wm_bin}
11 changes: 0 additions & 11 deletions src/xinitrc.skel

This file was deleted.

0 comments on commit d9b02d5

Please sign in to comment.