diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-08-31 21:28:10 +0100 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-08-31 21:28:10 +0100 |
commit | 8821b7d0f443d0c11632e92b4a5ac80064a33fd1 (patch) | |
tree | 947b475a516745963043a22b0d7aae63cb14a2aa | |
parent | 6f0c4d3863085fdf3740bdc67d61f163e27bed2d (diff) |
Fix indentation of {wm,de} dicts, and added a few more wm's
-rwxr-xr-x | archey3 | 52 |
1 files changed, 28 insertions, 24 deletions
@@ -92,32 +92,36 @@ FUNC_MAPPINGS = { DE_DICT = {'gnome-session': 'GNOME', - 'ksmserver': 'KDE', - 'xfconfd': 'Xfce 4.6', - 'lxsession': 'LXDE', - '': 'None', + 'ksmserver': 'KDE', + 'xfconfd': 'Xfce 4.6', + 'lxsession': 'LXDE', + '': 'None', } -WM_DICT = {'awesome': 'Awesome', - 'beryl': 'Beryl', - 'blackbox': 'Blackbox', - 'compiz': 'Compiz', - 'dwm': 'DWM', - 'enlightenment': 'Enlightenment', - 'fluxbox': 'Fluxbox', - 'fvwm': 'FVWM', - 'icewm': 'IceWM', - 'kwin': 'KWin', - 'metacity': 'Metacity', - 'musca': 'Musca', - 'openbox': 'Openbox', - 'pekwm': 'PekWM', - 'wmaker': 'Window Maker', - 'wmii': 'wmii', - 'xfwm4': 'Xfwm', - 'xmonad': 'xmonad', - 'scrotwm': 'ScrotWM', - '': 'None', +WM_DICT = { + 'awesome': 'Awesome', + 'beryl': 'Beryl', + 'blackbox': 'Blackbox', + 'compiz': 'Compiz', + 'dwm': 'DWM', + 'enlightenment': 'Enlightenment', + 'fluxbox': 'Fluxbox', + 'fvwm': 'FVWM', + 'i3': 'i3', + 'icewm': 'IceWM', + 'kwin': 'KWin', + 'metacity': 'Metacity', + 'musca': 'Musca', + 'openbox': 'Openbox', + 'pekwm': 'PekWM', + 'ratpoison': 'ratpoison', + 'scrotwm': 'ScrotWM', + 'wmaker': 'Window Maker', + 'wmfs': 'Wmfs', + 'wmii': 'wmii', + 'xfwm4': 'Xfwm', + 'xmonad': 'xmonad' + '': 'None', } COLORS = { |