Re: Themes for 3.0



Well after doing some testing I removed a small portion:

diff --git a/lisp/sawfish/wm/tabs/tabgroup.jl b/lisp/sawfish/wm/tabs/tabgroup.jl
index bdfc95a..cd55e5a 100644
--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -287,7 +287,7 @@
       (make-group-unsticky w)))

   (unless batch-mode
-    (add-hook 'focus-in-hook raise-tab-group)
+    ;(add-hook 'focus-in-hook raise-tab-group)
     (add-hook 'window-state-change-hook
               (lambda (win args)
                 (if (= '(sticky) args)

The reason why I did is pretty simple: it always raises a newly focused window.
That is a bad behavior, as it overrides the settings I made (enter-exit, but not raising
a window, unless I hit it's border (using raise-tabs-on-hover)).

Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]