Change preprocessor directive values from N/A to 0

This commit is contained in:
Sravan Balaji
2024-03-17 20:17:51 -04:00
parent 24e80c4eed
commit e284bd7404
2 changed files with 6 additions and 6 deletions

View File

@@ -1479,7 +1479,7 @@ Set the tagindicatortype variable in config.h to INDICATOR_TOP_BAR to enable thi
https://dwm.suckless.org/patches/activetagindicatorbar/
#+BEGIN_SRC c :tangle patches.def.h
#define BAR_ACTIVETAGINDICATORBAR_PATCH N/A
#define BAR_ACTIVETAGINDICATORBAR_PATCH 0
#+END_SRC
**** Alternative
@@ -1489,7 +1489,7 @@ Alternative patch to the activetagindicatorbar patch, adds the bar below the tag
Set the tagindicatortype variable in config.h to INDICATOR_BOTTOM_BAR to enable this.
#+BEGIN_SRC c :tangle patches.def.h
#define BAR_ACTIVETAGINDICATORBAR_ALT1_PATCH N/A
#define BAR_ACTIVETAGINDICATORBAR_ALT1_PATCH 0
#+END_SRC
*** Alpha
@@ -1587,7 +1587,7 @@ Set the tagindicatortype variable in config.h to INDICATOR_CLIENT_DOTS to enable
https://dwm.suckless.org/patches/clientindicators/
#+BEGIN_SRC c :tangle patches.def.h
#define BAR_CLIENTINDICATOR_PATCH N/A
#define BAR_CLIENTINDICATOR_PATCH 0
#+END_SRC
*** Dmenu Match Top

View File

@@ -51,9 +51,9 @@
#define BAR_TITLE_RIGHT_PAD_PATCH 0
#define BAR_TITLE_LEFT_PAD_PATCH 0
#define BAR_ACTIVETAGINDICATORBAR_PATCH N/A
#define BAR_ACTIVETAGINDICATORBAR_PATCH 0
#define BAR_ACTIVETAGINDICATORBAR_ALT1_PATCH N/A
#define BAR_ACTIVETAGINDICATORBAR_ALT1_PATCH 0
#define BAR_ALPHA_PATCH 0
@@ -71,7 +71,7 @@
#define BAR_CENTEREDWINDOWNAME_PATCH 0
#define BAR_CLIENTINDICATOR_PATCH N/A
#define BAR_CLIENTINDICATOR_PATCH 0
#define BAR_DMENUMATCHTOP_PATCH 0