diff options
author | Alen Basic <admin@alenbasic.com> | 2014-07-23 13:44:35 +1000 |
---|---|---|
committer | Alen Basic <admin@alenbasic.com> | 2014-07-23 13:44:35 +1000 |
commit | 049d7af240fefdcd847852f2f4f8fa01aba5b943 (patch) | |
tree | bcff05d199cc7b5f36e2aa2d59a29baf1e4b0146 | |
parent | 36fc95c7aad0023ccfef9d80630d075c4df7c3b4 (diff) |
Added Cinnamon & Nemo
-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', |