summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-19 08:38:46 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-19 08:38:46 -0500
commit5f3c6db6a552ef91e468bf89e8ae4a0f87f71d58 (patch)
tree823952cf885dc87b7142f06e5f2da6b717999d32
parent506b05a3292358b18c998928f8411a526d47c423 (diff)
Add sway
https://github.com/SirCmpwn/sway
-rwxr-xr-xarchey31
1 files changed, 1 insertions, 0 deletions
diff --git a/archey3 b/archey3
index d4b387e..2781fac 100755
--- a/archey3
+++ b/archey3
@@ -101,6 +101,7 @@ WM_DICT = collections.OrderedDict([
('fvwm', 'FVWM'),
('herbstluftwm', 'herbstluftwm'),
('i3', 'i3'),
+ ('sway', 'sway'),
('icewm', 'IceWM'),
(re.compile('kwin(_x11|_wayland)?'), 'KWin'),
('metacity', 'Metacity'),