On Thu 22 May 2014 at 00:58:51 +0100, Aaron Sloman wrote:
> If you put this into your .ctwmrc
> 
>    <.... sample contents for testing ....>
> 

I used this as an easy way to test a non-default configuration:


include(`/home/rhialto/.ctwmrc')

VirtualScreens {
    "640x768+0+0"
    "640x768+640+0"
}

Icons {
    "xterm" "xpm:ball%.xpm"
}
AnimationSpeed 3

# normal zoomin zoomout fade (broken) mosaic sweep
IconifyStyle "mosaic"
# BorderWidth 5

# 3DBorderWidth 5
# UseThreeDBorders

# m4 is the windows key
"Home"  = WINDOWMETA      : all               : f.rescuewindows
"Prior" = c | m4          : window|title|icon : f.tinyraise
"Next"  = c | m4          : window|title|icon : f.tinylower
"Prior" = s | m4          : window|title|icon : f.changepriority "1"
"Next"  = s | m4          : window|title|icon : f.changepriority "-1"

OnTopPriority Icons 1
OnTopPriority 5 {
    "WorkSpaceManager"
    "xbiff"
}

WindowBox "xloadbox" "320x100+0-0" {
    "xload"
    "xclock"
}

RandomPlacement "on"

You can start ctwm with "ctwm -f .ctwmrc-test" and possibly add -w to
run it inside a "captive window". That's how I did most of my tests.

WINDOWMETA is something which gets m4-defined in my main .ctwmrc and
depends on which X server I use.
You'd probably want to remove the VirtualScreens and the WindowBox.

New things are: AutoPopup, AutoPriority, OnTopPriority,
PrioritySwitching, f.changepriority, f.priorityswitching, f.setpriority,
f.switchpriority, f.tinylower, f.tinyraise which are all documented in
the manual page.


-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- The Doctor: No, 'eureka' is Greek for
\X/ rhialto/at/xs4all.nl    -- 'this bath is too hot.'

Attachment: pgphUP1Ux1JDK.pgp
Description: PGP signature

Reply via email to