[sawfish: 10/13] Matcher UI classification: two items moved.
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish: 10/13] Matcher UI classification: two items moved.
- Date: Sat, 9 Oct 2010 13:38:58 +0000 (UTC)
commit 9ba680873c6685db763cfda38aeebe976e7b5604
Author: Teika kazura <teika lavabit com>
Date: Sat Oct 9 17:48:29 2010 +0900
Matcher UI classification: two items moved.
"shade-hover": "misc" -> "appearance"
"fixed-size": "misc" -> "placement".
lisp/sawfish/wm/ext/match-window.jl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lisp/sawfish/wm/ext/match-window.jl b/lisp/sawfish/wm/ext/match-window.jl
index 2fa9421..edbb0f4 100644
--- a/lisp/sawfish/wm/ext/match-window.jl
+++ b/lisp/sawfish/wm/ext/match-window.jl
@@ -77,6 +77,7 @@
(depth (number -16 16 0))
(placement-weight (number 0))
(fixed-position boolean)
+ (fixed-size boolean)
(sticky boolean)
(sticky-viewport boolean)
)
@@ -96,6 +97,7 @@
fullscreen full-xinerama))
(iconified boolean)
(shaded boolean)
+ (shade-hover boolean)
(never-iconify boolean)
(never-maximize boolean)
)
@@ -110,12 +112,10 @@
(task-list-skip boolean)
(unique-name boolean)
(window-name string)
- (shade-hover boolean)
(transients-above (choice all parents none))
(ignore-stacking-requests boolean)
(auto-gravity boolean)
(never-delete boolean)
- (fixed-size boolean)
)))
;; alist of (PROPERTY . FEATURE) mapping properties to the lisp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]