Japanese translation of message catalog for Sawfish Window-Manager
Revision | fbf4dff6e02135125fc821e9c324cd28eafb4dfa (tree) |
---|---|
Time | 2016-12-02 06:23:47 |
Author | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
improve KDE integration
(don't tile plasma/krunner stuff, getting wierd results)
@@ -44,13 +44,17 @@ | ||
44 | 44 | (define (kde-window-matchers) |
45 | 45 | ;; window matchers so we properly interact with plasma stuff |
46 | 46 | (add-window-matcher '((WM_CLASS . "^krunner/krunner$")) |
47 | - '((focus-mode . click))) | |
47 | + '((focus-mode . click) | |
48 | + (never-tile . t))) | |
48 | 49 | (add-window-matcher '((WM_CLASS . "^Plasma-desktop/plasma-desktop$")) |
49 | - '((focus-mode . click))) | |
50 | + '((focus-mode . click) | |
51 | + (never-tile . t))) | |
50 | 52 | (add-window-matcher '((WM_CLASS . "^Plasma/Plasma$")) |
51 | - '((focus-mode . click))) | |
53 | + '((focus-mode . click) | |
54 | + (never-tile . t))) | |
52 | 55 | (add-window-matcher '((WM_CLASS . "^plasmashell/plasmashell$")) |
53 | - '((focus-mode . click)))) | |
56 | + '((focus-mode . click) | |
57 | + (never-tile . t)))) | |
54 | 58 | |
55 | 59 | (define (init) |
56 | 60 | (let (menu |