fvwm (like any other window manager)
runs on top of a running X session.
So your system has to run fvwm instead of icewm.
You probably can do so by putting the line
/usr/bin/fvwm
into your ~/.xsessionrc and restart X.
Alternatively you could install a login manager like gdm
where you can choose t
On Sat, 24 May 2008, Ulrich Mueller wrote:
# switch desk
Key Left A CM PipeRead "echo GotoDesk $((-1+3*($[desk.n]%3==0))) 0 0 8'
Key Right A CM PipeRead "echo GotoDesk $((1-3*($[desk.n]%3==2))) 0 0 8'
Key Up A CM GotoDesk 3 0 0 8
Key Down A CM GotoDesk -3 0 0 8
quotes
On Thu, 22 May 2008, Gautam Iyer wrote:
On Thu, May 22, 2008 at 04:04:07PM -0700, Gautam Iyer wrote:
(Or at least I don't know how to do this natively).
I don't see how you can be confused. The examples in the manpage
might lead you to believe that Goto{Page,Desk} only operates linearly,
bu