[sawfish/tabs-ng] prevent each newly focused window to be raised
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish/tabs-ng] prevent each newly focused window to be raised
- Date: Thu, 4 Nov 2010 20:19:57 +0000 (UTC)
commit 5ad8d4628884aad624b9d21c26fc968e8077b7f1
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Thu Nov 4 21:18:31 2010 +0100
prevent each newly focused window to be raised
lisp/sawfish/wm/tabs/tabgroup.jl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]