From 003471069eb85e7eceff21d885b332ef82422ce0 Mon Sep 17 00:00:00 2001 From: Kevin Hamer Date: Sat, 29 Oct 2016 16:49:00 -0400 Subject: initial implementation, mimicking i3 defaults --- templates/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/config.yaml (limited to 'templates/config.yaml') diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..d110e64 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,6 @@ +default: + extension: .config + output: themes +colors-only: + extension: .config + output: colors -- cgit