knute
04-26-2004, 11:05 PM
I'm trying to get pekwm set up and currently my autoproperties script for gaim.
I want the gaim buddy ticker to be on the top, and harbour level, yet when I put it in with the script that is in the docs to get the WM_CLASS, it is affecting ALL of the gaim windows.
Here's what I have so far:
# Gkrellm
Property = "^gkrellm,^Gkrellm" {
ApplyOn = "Start New"
Sticky = "True"
Skip = "Menus FocusToggle"
Layer = "Harbour"
}
Property = "gaim,Gaim" {
ApplyOn = "Start Reload "
Skip = "Menus FocusToggle"
Border = "False"; Titlebar = "False"
MaximizedHorizontal = "True"
Geometry = "+0+0"
Layer = "Harbour"
}
Property = "aterm,XTerm" {
ApplyOn = "Start New Reload"
Border = "False"
}
Also, is there a way to do a MaximizeFill type of thing?
This maximize full that covers up everything else just drives me nuts! :D
TIA
I want the gaim buddy ticker to be on the top, and harbour level, yet when I put it in with the script that is in the docs to get the WM_CLASS, it is affecting ALL of the gaim windows.
Here's what I have so far:
# Gkrellm
Property = "^gkrellm,^Gkrellm" {
ApplyOn = "Start New"
Sticky = "True"
Skip = "Menus FocusToggle"
Layer = "Harbour"
}
Property = "gaim,Gaim" {
ApplyOn = "Start Reload "
Skip = "Menus FocusToggle"
Border = "False"; Titlebar = "False"
MaximizedHorizontal = "True"
Geometry = "+0+0"
Layer = "Harbour"
}
Property = "aterm,XTerm" {
ApplyOn = "Start New Reload"
Border = "False"
}
Also, is there a way to do a MaximizeFill type of thing?
This maximize full that covers up everything else just drives me nuts! :D
TIA