summaryrefslogtreecommitdiff
path: root/archey3
diff options
context:
space:
mode:
Diffstat (limited to 'archey3')
-rwxr-xr-xarchey32
1 files changed, 1 insertions, 1 deletions
diff --git a/archey3 b/archey3
index 39c093a..d4b387e 100755
--- a/archey3
+++ b/archey3
@@ -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'),