• 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

Revision7636c310a0c666d2837ab0cf168081f1f6539c11 (tree)
Time2016-01-04 08:16:19
AuthorChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

update sawfish.wm.integration.kde for KDE5

Change Summary

Incremental Difference

--- a/lisp/sawfish/wm/integration/kde.jl
+++ b/lisp/sawfish/wm/integration/kde.jl
@@ -48,6 +48,8 @@
4848 (add-window-matcher '((WM_CLASS . "^Plasma-desktop/plasma-desktop$"))
4949 '((focus-mode . click)))
5050 (add-window-matcher '((WM_CLASS . "^Plasma/Plasma$"))
51+ '((focus-mode . click)))
52+ (add-window-matcher '((WM_CLASS . "^plasmashell/plasmashell$"))
5153 '((focus-mode . click))))
5254
5355 (define (init)
@@ -102,6 +104,7 @@
102104 (define (detect-kde)
103105 (when (or (equal (getenv "XDG_CURRENT_DESKTOP") "KDE")
104106 (equal (getenv "DESKTOP_SESSION") "sawfish-kde4")
107+ (equal (getenv "DESKTOP_SESSION") "sawfish-kde5")
105108 (getenv "KDE_FULL_SESSION"))
106109 (init)
107110 t))