You are not logged in.
Pages: 1
I just want to ask: is it possible to define different style for maximized windows in "theme" file?
If it is, then how?
Last edited by weakhead (2009-07-22 15:34:34)
Offline
I've gone over the documentation a few times in the past and I'm pretty sure that's not possible. You can ask on #pekwm (freenode) if you really want to make sure (it may take a while to get a reply.)
Last edited by Pnevma (2009-07-22 13:52:05)
Offline
Thanks anyway.
I wanted to make borderless maximized windows, but I guess that I must satisfy myself with hacked maximized action.
Offline
I have one more question about PekWM - is it possible to make zero-lenght or emply font entry in unfocused window? Simpler - I wan't to have unfocused window without text.
I know about 'text colored like background' trick, but this time titlebar has gradient, so this won't do.
Offline
Yeah, I think so. Do something like:
Font {
Focused = "$FONT"
UnFocused = "$FONT_ALT"
FocusedSelected = "$FONT_BOLD"
UnFocusedSelected = "Empty"
}
The one you want is the UnFocusedSelected = "Empty" option.
Check out http://www.pekwm.org/files/pekwm/doc/0. … cture.html for more info.
Last edited by Pnevma (2009-07-22 16:42:26)
Offline
Thanks.
EDIT: It works kinda buggy - when I use "Empty", title pixmap is wrongly displayed, in second line from bottom appears some white pixels
Last edited by weakhead (2009-07-22 17:27:01)
Offline
Pages: 1