• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

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

Révisionfbf4dff6e02135125fc821e9c324cd28eafb4dfa (tree)
l'heure2016-12-02 06:23:47
AuteurChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Message de Log

improve KDE integration
(don't tile plasma/krunner stuff, getting wierd results)

Change Summary

Modification

--- a/lisp/sawfish/wm/integration/kde.jl
+++ b/lisp/sawfish/wm/integration/kde.jl
@@ -44,13 +44,17 @@
4444 (define (kde-window-matchers)
4545 ;; window matchers so we properly interact with plasma stuff
4646 (add-window-matcher '((WM_CLASS . "^krunner/krunner$"))
47- '((focus-mode . click)))
47+ '((focus-mode . click)
48+ (never-tile . t)))
4849 (add-window-matcher '((WM_CLASS . "^Plasma-desktop/plasma-desktop$"))
49- '((focus-mode . click)))
50+ '((focus-mode . click)
51+ (never-tile . t)))
5052 (add-window-matcher '((WM_CLASS . "^Plasma/Plasma$"))
51- '((focus-mode . click)))
53+ '((focus-mode . click)
54+ (never-tile . t)))
5255 (add-window-matcher '((WM_CLASS . "^plasmashell/plasmashell$"))
53- '((focus-mode . click))))
56+ '((focus-mode . click)
57+ (never-tile . t))))
5458
5559 (define (init)
5660 (let (menu