diff options
author | Artur Artamonov <freeartman@wechall.net> | 2014-06-29 19:14:44 +0300 |
---|---|---|
committer | Artur Artamonov <freeartman@wechall.net> | 2014-06-29 19:14:44 +0300 |
commit | 8db5030a687b9a91ca39296edb6cd4728e5d71bf (patch) | |
tree | 15af5652df82d83f0513817a1702c4f95414874e /Kconfig | |
download | dwm-fancy-8db5030a687b9a91ca39296edb6cd4728e5d71bf.tar.gz dwm-fancy-8db5030a687b9a91ca39296edb6cd4728e5d71bf.zip |
Initial commit
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 |