diff options
-rwxr-xr-x | archey | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,7 @@ # See http://www.gnu.org/licenses/gpl.txt for the full license text. # Import libraries + import os, sys, subprocess, optparse, re, linecache from subprocess import Popen, PIPE from optparse import OptionParser @@ -38,6 +39,7 @@ colorDict = { } deDict = { + 'cinnamon-sessio': 'Cinnamon', 'gnome-session': 'GNOME', 'mate-session': 'MATE', 'ksmserver': 'KDE', @@ -60,6 +62,7 @@ wmDict = { 'kwin': 'KWin', 'metacity': 'Metacity', 'musca': 'Musca', + 'nemo': 'Nemo', 'openbox': 'Openbox', 'pekwm': 'PekWM', 'ratpoison': 'ratpoison', |