Skip to content

Commit

Permalink
config: auto-detect succesfully kwin on recent kwin versions
Browse files Browse the repository at this point in the history
Recently kde decided to split kwin's binary into two, kwin_x11 and
kwin_wayland in order to prepare the migration to wayland.

So to detect properly kwin on recent installations we need to look for
the binary kwin_x11 (and later kwin_wayland when LxQt gets ported to
wayland).

I've left the entry for kwin as it doesn't seem to interfere and allows
auto-detection of kwin to work on older intallations as well.
  • Loading branch information
npmiller committed May 13, 2015
1 parent ef0fcd0 commit 5bb64f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/windowmanagers.conf
Expand Up @@ -5,6 +5,9 @@ openbox/Comment=Light-weight window manager
kwin/Name=KWin
kwin/Comment=Window manager of the KDE Software Compilation

kwin_x11/Name=KWin
kwin_x11/Comment=Window manager of the KDE Software Compilation

metacity/Name=Metacity
metacity/Comment=Window manager of the GNOME desktop environment

Expand Down

0 comments on commit 5bb64f4

Please sign in to comment.