On Sun, 10 Jun 2012 12:17:10 -0500 (CDT), Lars Eighner wrote:
> But you almost certainly want it loaded automatically (as in the fvwm2
> example above), but how to do this in your particular window manager you
> will have to discover from the documentation of your window manger.

It's easy loading xmodmap settings prior to the window manager
and therefore independent of it, using the X startup file which
is ~/.xinitrc or ~/.xsession (or a "chain loader" of them).

        [ -f ~/.xmodmaprc ] && xmodmap ~/.xmodmaprc
        # other initialisation ...
        start fvwn2

However, the default key combination Ctrl+Alt+F<x> should work
without alteration in any window manager; at least it does in
the few I've tried.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to