9 lines
147 B
Bash
9 lines
147 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# try hard to respect Gentoo's wm choice
|
||
|
|
. /etc/profile
|
||
|
|
[ -f /etc/rc.conf ] && . /etc/rc.conf
|
||
|
|
export XSESSION
|
||
|
|
|
||
|
|
. /etc/X11/xinit/xinitrc
|