Japanese translation of message catalog for Sawfish Window-Manager
Revision | 7636c310a0c666d2837ab0cf168081f1f6539c11 (tree) |
---|---|
Time | 2016-01-04 08:16:19 |
Author | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
update sawfish.wm.integration.kde for KDE5
@@ -48,6 +48,8 @@ | ||
48 | 48 | (add-window-matcher '((WM_CLASS . "^Plasma-desktop/plasma-desktop$")) |
49 | 49 | '((focus-mode . click))) |
50 | 50 | (add-window-matcher '((WM_CLASS . "^Plasma/Plasma$")) |
51 | + '((focus-mode . click))) | |
52 | + (add-window-matcher '((WM_CLASS . "^plasmashell/plasmashell$")) | |
51 | 53 | '((focus-mode . click)))) |
52 | 54 | |
53 | 55 | (define (init) |
@@ -102,6 +104,7 @@ | ||
102 | 104 | (define (detect-kde) |
103 | 105 | (when (or (equal (getenv "XDG_CURRENT_DESKTOP") "KDE") |
104 | 106 | (equal (getenv "DESKTOP_SESSION") "sawfish-kde4") |
107 | + (equal (getenv "DESKTOP_SESSION") "sawfish-kde5") | |
105 | 108 | (getenv "KDE_FULL_SESSION")) |
106 | 109 | (init) |
107 | 110 | t)) |