You are not logged in.

#1 2006-03-27 19:54:12

Galdona
Member
Registered: 2006-03-15
Posts: 196

xinitrc has wmaker but i dont have wmaker

why does xinitrc have exec wmaker? thats windowmaker right? i donthave that instaled though. i presently use kde:

#!/bin/sh

#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#

exec wmaker
# exec startkde
# exec icewm
# exec blackbox
# exec fluxbox

when i created a new user and i looked at the new .xinitrc in the user home, its the same. am i supposed to comment that out?
maybe the devs overlooked this?

Offline

#2 2006-03-27 19:58:38

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: xinitrc has wmaker but i dont have wmaker

.xinitrc is just for an example purpose u should adjust it to your needs, for example i have my own .xinitrc proto

#!/bin/sh

#
# ~/.xinitrc
#
#Executed by startx (run your window manager from here)
# 

#
# Commands to run before the Window Manager
#
# devilspie &

#
# Windows Manager
#
exec dbus-launch --exit-with-session /opt/gnome/bin/gnome-session
# exec fvwm
# exec fvwm-crystal
# exec startxfce4
# exec wmaker
# exec startkde
# exec icewm
# exec blackbox
# exec fluxbox 

wink so yes do whatever u want with it smile

Offline

Board footer

Powered by FluxBB