Disabling Super key?

Polytropon freebsd at edvax.de
Sat Jul 12 18:29:39 UTC 2008


Just a sidenote:

On Sat, 12 Jul 2008 16:07:32 +0100, Frank Shute <frank at shute.org.uk> wrote:
> If you use xdm(1) or similar display manager, then you want to put
> that line in ~/.xsession

An option to have all settings in one file (traditionally the
~/.xinirc file) is to create a ~/.xsession file with these three
lines:

	#!/bin/csh
	source ~/.cshrc
	exec ~/.xinitrc

Then, your ~/.xinitrc can contain any xmodmap call you want,
for exmaple:

	xmodmap ~/.xmodmaprc

So you don't run into trouble where to configure your X session.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0


More information about the freebsd-questions mailing list