[sawfish] expose fixed-position, never-iconify and never-maximize in the Window-Matcher UI



commit b77739918da4c0cc73519c0c25f4badbd3343891
Author: chrisb <zanghar freenet de>
Date:   Fri Jun 19 19:50:08 2009 +0200

    expose fixed-position, never-iconify and never-maximize in the Window-Matcher UI

 ChangeLog                           |    3 +++
 lisp/sawfish/wm/ext/match-window.jl |    5 ++++-
 man/news.texi                       |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 155cc97..dc2a3ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 
 	* themes/Elberg-tabbed: make properly use of WM_NAME
 
+	* lisp/sawfish/wm/ext/match-window.jl: expose fixed-position,
+	never-iconify, never-maximize in the Window-Matcher UI
+
 2009-06-01  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/gtk/widget.jl: UTF-8 Support
 
diff --git a/lisp/sawfish/wm/ext/match-window.jl b/lisp/sawfish/wm/ext/match-window.jl
index 10c7a81..26f53a3 100644
--- a/lisp/sawfish/wm/ext/match-window.jl
+++ b/lisp/sawfish/wm/ext/match-window.jl
@@ -76,6 +76,7 @@
        (viewport (pair (number 1) (number 1)))
        (depth (number -16 16))
        (placement-weight number)
+       (fixed-position boolean)
        (maximized (choice all vertical horizontal)))
       (focus ,(_ "Focus")
        (raise-on-focus boolean)
@@ -98,7 +99,9 @@
        (ungrouped boolean)
        (cycle-skip boolean)
        (window-list-skip boolean)
-       (task-list-skip boolean))
+       (task-list-skip boolean)
+       (never-iconify boolean)
+       (never-maximize boolean))
       (other ,(_ "Other")
        (unique-name boolean)
        (auto-gravity boolean)
diff --git a/man/news.texi b/man/news.texi
index 6827554..36c1994 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -104,6 +104,8 @@ To use the old style, put @code{(define-special-variable customize-program "sawf
 @item Interactive placement-mode now also for transients [Christopher Bratusek]
 
 @item Improved prompt.jl (allows changing font, fg and bg color) [Sergey I. Sharybi]
+
+ item Expose fixed-position, never-iconify, never-maximize in the Window-Matcher UI [Christopher Bratusek]
 @end itemize
 
 @item Other changes:



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