frame-type . none



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]