• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
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

Revisión01b9cf506e90559c83d44c36c8612f97b45ba6e7 (tree)
Tiempo2015-03-24 04:32:23
AutorChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

improve lumina-window-matchers (now also working with my customized build of Lumina for Debian GNU/Linux) [and vanilla Lumina aswell]

Cambiar Resumen

Diferencia incremental

--- a/lisp/sawfish/wm/integration/lumina.jl
+++ b/lisp/sawfish/wm/integration/lumina.jl
@@ -38,7 +38,7 @@
3838
3939 (define (lumina-window-matchers)
4040 ;; window matchers so we properly interact with lumina-panel
41- (add-window-matcher '((WM_CLASS . "^Lumina Desktop Environment/Lumina-DE$"))
41+ (add-window-matcher '((_NET_WM_NAME . "^Lumina Desktop Environment$"))
4242 '((opacity . 100))))
4343
4444 (define (init)