diff options
author | dianshi <dianshi@main.lv> | 2020-04-05 14:01:19 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-04-05 14:01:19 +0100 |
commit | bfe0aa75a6d08ee98883418eb367b19581ea9e75 (patch) | |
tree | 25d54964ad4025b8aa01bcc8b9ff3e4fbdcecb8f /Kconfig | |
parent | 0bdae45f078d9f77c651a83ebbda95aaa43b09db (diff) | |
download | dwm-pixel-bfe0aa75a6d08ee98883418eb367b19581ea9e75.tar.gz dwm-pixel-bfe0aa75a6d08ee98883418eb367b19581ea9e75.zip |
Added alternativetag patch
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,3 +3,7 @@ source "debug/Kconfig" config DWM_PERTAG bool "One layout pertag" default n + +config DWM_ALTERNATIVETAGS + bool "Alternative names for tags" + default n |