I added the xmonad export_type.

This commit is contained in:
sraysmith 2018-12-20 15:55:11 -05:00
parent f0de048bb9
commit 37e96eca3b

View File

@ -47,6 +47,7 @@ def get_export_type(export_type):
"tty": "colors-tty.sh",
"xresources": "colors.Xresources",
"yaml": "colors.yml",
"xmonad": "colors.hs",
}.get(export_type, export_type)