Skip to content

Commit

Permalink
fix issue lclarkmichalek#27: can now detect kwin_x11 and kwin_wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
rski committed May 1, 2015
1 parent 94b3d54 commit 3dc7626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archey3
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ WM_DICT = collections.OrderedDict([
('herbstluftwm', 'herbstluftwm'),
('i3', 'i3'),
('icewm', 'IceWM'),
('kwin', 'KWin'),
(re.compile('kwin(_x11|_wayland)?'), 'KWin'),
('metacity', 'Metacity'),
('musca', 'Musca'),
('openbox', 'Openbox'),
Expand Down

0 comments on commit 3dc7626

Please sign in to comment.