Linux Online Advertisement
[ Register ]

[ Applications ]
[ Documentation ]
[ Distributions ]
[ Download Info ]
[ General Info ]
[ Book Store ]

Advertisement

[ Courses ]
[ News ]
[ People ]
[ Hardware ]
[ Vendors ]
[ Projects ]
[ Events ]
[ User Groups ]
[ User Area ]

Building Embedded Linux Systems

[ About Us ]
[ Home Page ]
[ Advertise ]

Tips: X Window

start another X session

You can have two sessions of your window manager running. Just open up another terminal (CTL+ALT+F2) and type:

startx -- :1


changes to .Xdefaults

You can change the default behavior of some applications that run in X Window by adding lines to the file .Xdefaults, in your home directory.

For example, this will change the default background and foreground colors in Emacs:

emacs.Background: lightskyblue4
emacs.Foreground: ivory

To make comments, start the line with an exclamation mark (!).

To make you changes take effect, issue the following command:

xrdb -merge $HOME/.Xdefaults


change default window manager on Debian

In order to change the default window manager, you need to issue the following command:

update-alternatives --config x-window-manager


set gradient background

To set a background for your desktop that looks something like a sunrise, do the following:

xsri --vgradient --color navy --color2 navajowhite


[ return to main tips page ]




Comments: feedback (at) linux.org
Advertising: banners (at) linux.org
Copyright Linux Online Inc.
Compilation ©1994-2008 Linux Online, Inc.
All rights reserved.