LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Changing your Window Manager (https://www.linuxquestions.org/questions/linux-software-2/changing-your-window-manager-58229/)

nigma 05-05-2003 11:50 AM

Changing your Window Manager
 
Hey, I recently installed the BlackBox window manager. It is now installed, I just do not know how to make it my window manager. I tried:
switchdesk blackbox

but I just get a message saying blackbox does not exist.

Any ideaS?

Thanks.

jpbarto 05-05-2003 12:06 PM

what window manager do you use now? and how do you login? xdm, gdm, kdm... ?

nigma 05-05-2003 12:42 PM

I am using KDE currently. By default I boot into the console but then use startx when I want to browse the web or some other thing that just is not as fun in console.

jpbarto 05-05-2003 01:20 PM

to change your window manager create a file in your home directory called '.xinitrc'. for more info on this file look at xinit or startx man page. Then specify blackbox in the .xinitrc file as your wm.

example .xinitrc
# begin example /home/user-name/.xinitrc
exec xscreensaver &
/usr/local/bin/blackbox
# end example /home/user-name/.xinitrc

then when you execute startx
first xscreensaver will be started and then blackbox will be started.

nigma 05-05-2003 01:29 PM

Thanks a bunch!

jpbarto 05-05-2003 01:36 PM

glad to be of help

Misel 05-05-2003 02:03 PM

The way I've done it:

I also have Blackbox installed and it starts when I execute "startx". The way I've done it: In Slackware 8.1 you have a directory /etc/X11/xinit with a couple of xinitrc's in it - depending on which WMs you have installed.

I just copied the xinitrc.kde to xinitrc.blackbox, edited the last line "exec kde" to "exec blackbox" and changed the symlink xinitrc in that directory to the new file.

But - and that is the whole reason why I post it - the graphical login crashes and restarts X.

I'm using xdm and so far I haven't found a solution for it.


All times are GMT -5. The time now is 06:15 AM.