diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-08-17 23:55:19 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-08-17 23:55:19 -0700 |
commit | 03bdf61c819d4525988dc35550c4f3de0ac593d9 (patch) | |
tree | bcff05d199cc7b5f36e2aa2d59a29baf1e4b0146 | |
parent | 36fc95c7aad0023ccfef9d80630d075c4df7c3b4 (diff) | |
parent | 049d7af240fefdcd847852f2f4f8fa01aba5b943 (diff) |
Merge pull request #20 from basica/master
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', |