• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版7f059785ffdd9a66bd7de5508452059a3b10a1ae (tree)
时间2012-12-01 16:20:30
作者Christopher Roy Bratusek <nano@tuxf...>
CommiterChristopher Roy Bratusek

Log Message

don't tile non-default windows

更改概述

差异

--- a/lisp/sawfish/wm/tile/utils.jl
+++ b/lisp/sawfish/wm/tile/utils.jl
@@ -43,6 +43,8 @@
4343 (window-never-expose-p w)
4444 ;; for pager and stuff
4545 (not (window-visible-p w))
46+ ;; no dialogs
47+ (not (eq (window-type w) 'default))
4648 (window-ignored-p w)))
4749 (window-order current-workspace)))
4850