From 051cea0b4bf3bdffb7db025124b2b4757d8a1b31 Mon Sep 17 00:00:00 2001 From: dianshi Date: Sun, 5 Apr 2020 11:41:04 +0100 Subject: Initial non moded with all souces added --- 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