From 8db5030a687b9a91ca39296edb6cd4728e5d71bf Mon Sep 17 00:00:00 2001 From: Artur Artamonov Date: Sun, 29 Jun 2014 19:14:44 +0300 Subject: Initial commit --- Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Kconfig (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig new file mode 100644 index 0000000..4f71c2d --- /dev/null +++ b/Kconfig @@ -0,0 +1,18 @@ + +source "debug/Kconfig" + +config DWM_PERTAG + bool "One layout pertag" + default n + +config DWM_OPACITY + bool "Default opacity level" + default n + +config DWM_SYSTEMTRAY + bool "Add systemtray" + default n + +config DWM_PANGO + bool "Add pango support. Fonts, UTF-8, extraca icons" + default n -- cgit v1.2.3