frame-type . none
- From: Christopher Roy Bratusek <zanghar freenet de>
- To: sawfish-list gnome org
- Subject: frame-type . none
- Date: Sun, 17 Oct 2010 17:54:31 +0200
Hi all,
I just discovered the following:
Set frame-type window-matcher to none from SawfishConfig is always fine.
But from RC it's not:
( add-window-matcher '( ( WM_CLASS . "^Dolphin/dolphin$" ) )
'( ( never-delete . t )
( position . south )
( no-history . t )
( frame-type . none ) ;; Look here!
( cycle-skip . t ) ) )
does NOT work. But this DOES:
( add-window-matcher '( ( WM_CLASS . "^Dolphin/dolphin$" ) )
'( ( frame-type . none ) ;; Look here!
( never-delete . t )
( position . south )
( no-history . t )
( cycle-skip . t ) ) )
? From SawfishConfig the position of the definition does not matter.
(I cleaned window-history before testing, just to be sure).
Does that happen on your systems, too? It's pretty strange, though.
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]