patch for making it the way I would expect it:
--------------
diff --git a/lisp/sawfish/wm/ext/match-window.jl
b/lisp/sawfish/wm/ext/match-window.jl
index 64c8aee..c707181 100644
--- a/lisp/sawfish/wm/ext/match-window.jl
+++ b/lisp/sawfish/wm/ext/match-window.jl
@@ -376,10 +376,6 @@
(t nil))))
(when gravity
(window-put w 'gravity gravity))
- (when (< x 0)
- (setq x (+ (- (screen-width) (car size)) x)))
- (when (< y 0)
- (setq y (+ (- (screen-height) (cdr size)) y)))
(move-window-to w x y))))(define-match-window-setter 'dimensions ------------- ... Well, the current solution of course also makes sense (-20 from right border instead of resolution specific). So we should leave as is. Chris
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
