Click to See Complete Forum and Search --> : Window Classes, Titles, and Names


knute
10-28-2003, 02:53 AM
Ok. Here's what I'm currently working on...

I am exploring the wonderful world of kahakai, and I have some dock apps that I'm trying to place.

I want them in order so that I know what I'm looking at every time I start my x-session.

So far it hasn't worked out so well. They kept coming up in random order.

I ended up figuring out why. I created a second dock bar, and made that one exclusively for everything.

All my dock apps went to the second bar. So what am I doing wrong?

I'd also like to find out how I can figure out how to find the class/title of some of these window as well.

Here's the script that I'm working with.
! $Id: home_config.in,v 1.6 2003/09/21 17:28:02 pervago Exp $

! This is the file that gets copied to ~/.kahakai/config

screenMask: 0
scriptDir: /usr/share/kahakai/scripts
doubleClickInterval: 300

! Screen 0 configuration
screen0.rootCommand: hsetroot -fill /usr/share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
screen0.styleFile: /home/knute/.kahakai/styles/MyStyle
screen0.menuFile: ~/.kahakai/menu
screen0.scriptConfig: userconfig.py
screen0.reloadMenu: True
screen0.numberOfDesktops: 1
screen0.desktopNames: Home
screen0.doubleBufferedText: True
screen0.lazyTransparency: False
screen0.colorsPerChannel: 4
screen0.cacheMax: 200
screen0.imageDither: True
screen0.virtualSize: 3x3
screen0.menuStacking: AlwaysOnTop
screen0.transientAbove: True
screen0.focusRevertTo: Window
screen0.dock0.geometry: -0+0
screen0.dock0.order: n/astime/ n/wmsysmon/ n/wmfsm/ n/wmcpuload/ n/wmmemmon/ n/wmWeather/ n/wmbio/ n/wmbday/ n/wmmsg/ n/yawmppp/
screen0.dock0.desktopMask: All
screen0.dock0.direction: Vertical
screen0.dock0.centered: False
screen0.dock0.gridSpace: 2
screen0.dock0.stacking: AlwaysOnTop
screen0.dock0.inworkspace: False
screen0.dock1.geometry: +0+0
screen0.dock1.order: n/.*/
screen0.dock1.desktopMask: All
screen0.dock1.direction: Horizontal
screen0.dock1.centered: True
screen0.dock1.gridSpace: 2
screen0.dock1.stacking: AlwaysOnTop
screen0.dock1.inworkspace: False


I've tried switching the n in the dock0.order to a t and then to c, but no joy.

Thanks in advance. :)