Annotation of /trunk/xinit/xinitrc.skel
Parent Directory | Revision Log
Revision 2032 -
(hide annotations)
(download)
Thu Jan 24 11:39:25 2013 UTC (11 years, 9 months ago) by niro
File size: 443 byte(s)
Thu Jan 24 11:39:25 2013 UTC (11 years, 9 months ago) by niro
File size: 443 byte(s)
-removed deprecated consolekit support and added razor desktop environment
1 | niro | 1588 | #!/bin/sh |
2 | # | ||
3 | # ~/.xinitrc, a copy of /etc/skel/.xinitrc | ||
4 | # | ||
5 | |||
6 | if [ -f ~/.Xresources ]; then | ||
7 | xrdb -merge ~/.Xresources | ||
8 | fi | ||
9 | |||
10 | if [ -f ~/.Xmodmap ]; then | ||
11 | xmodmap ~/.Xmodmap | ||
12 | fi | ||
13 | |||
14 | if [ -d /etc/X11/xinit/xinitrc.d ] ; then | ||
15 | for f in /etc/X11/xinit/xinitrc.d/*.sh ; do | ||
16 | [ -x "$f" ] && . "$f" | ||
17 | done | ||
18 | unset f | ||
19 | fi | ||
20 | |||
21 | # start the Window Manger session of your choice | ||
22 | niro | 2032 | #exec gnome-session |
23 | #exec startkde | ||
24 | #exec startxfce4 | ||
25 | #exec startfluxbox | ||
26 | #exec startrazor |