.xinitrc
This commit is contained in:
parent
6abf336344
commit
049a44b608
1 changed files with 15 additions and 0 deletions
15
.xinitrc
Normal file
15
.xinitrc
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
xmodmap ~/.Xmodmap
|
||||
|
||||
{ emacs --daemon & } && sleep 1
|
||||
|
||||
pidof mpdscribble >& /dev/null
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
mpdscribble &
|
||||
fi
|
||||
|
||||
# rox -b Default
|
||||
|
||||
test -n "$1" && wm=$1 || wm="awesome" # wm="emacsclient -ce \"(oni:wm-init)\""
|
||||
exec ck-launch-session $wm
|
Loading…
Reference in a new issue