diff options
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |