LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difference between desktop & window mrg (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-desktop-and-window-mrg-141501/)

patpawlowski 02-02-2004 03:58 PM

Difference between desktop & window mrg
 
What is the difference between a desktop aka KDE and a window manager aka enlightement? Educate me, oh wise ones.

snacky 02-02-2004 04:09 PM

Desktop managers are for wimps who want a point-and-click, drag-and-drop interface for manipulating files and launching programs.

The window manager is a special X app that does things like draw the titlebars and borders around your window, and they also provide menus that are bound to your mouse buttons. Some do a lot of other things, but for some it's little more than this.

If you want to see X with no window manager, run this command:

Code:

X :1 & sleep 5 ; xterm -display :1
A very bare X will start up and a few seconds later you'll get one xterm with no window decorations.

From here you can type commands in the xterm. For instance, you could start a window manager.

Use ctrl+alt+function keys to switch between this and your other X session which you probably have up right now.


All times are GMT -5. The time now is 10:13 PM.