diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-09-17 23:31:15 +0100 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-09-17 23:31:15 +0100 |
commit | a27064dd281554b5d4caaf56238aa13f697e964e (patch) | |
tree | 3ac7517546fcf2fa6e1207b5064e3eecfb3ed5d0 | |
parent | c1611744f9023511497ba8b3300d173e36d93b8e (diff) |
Moved Compiz priority down
-rw-r--r-- | archey3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,6 @@ WM_DICT = { 'awesome': 'Awesome', 'beryl': 'Beryl', 'blackbox': 'Blackbox', - 'compiz': 'Compiz', 'dwm': 'DWM', 'enlightenment': 'Enlightenment', 'fluxbox': 'Fluxbox', @@ -110,6 +109,7 @@ WM_DICT = { 'wmii': 'wmii', 'xfwm4': 'Xfwm', 'emerald': 'Emerald', + 'compiz': 'Compiz', re.compile('xmonad-*'): 'xmonad', '': 'None', } |