summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archey.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/archey.new b/archey.new
index 5d4a134..a6095c9 100644
--- a/archey.new
+++ b/archey.new
@@ -319,7 +319,7 @@ class DesktopEnvironment(BaseDisplay):
de = ''
for key in DE_DICT.keys():
if key in PROCESSES:
- wm = WM_DICT[key]
+ wm = DE_DICT[key]
break
return wm