commit 40bf9b9fcd83a2aeef2c6891ef96ee707d9600c6
parent 803142f7e744f6688465afe25a38bb692b2be1a2
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Tue, 11 Aug 2020 21:17:12 -0500
Incompatibilities heading in each USAGE file
Diffstat:
8 files changed, 45 insertions(+), 27 deletions(-)
diff --git a/activetagindicatorbar/USAGE b/activetagindicatorbar/USAGE
@@ -19,3 +19,6 @@ No need for further action.
== PATCH MODIFICATIONS ==
No modifications were made to this patch.
+
+== INCOMPATIBILITIES ==
+No known specific incompatibilities.
diff --git a/actualfullscreen/USAGE b/actualfullscreen/USAGE
@@ -17,3 +17,6 @@ Description from source:
== PATCH MODIFICATIONS ==
(1). Removed lines relating to config.def.h
+
+== INCOMPATIBILITIES ==
+No known specific incompatibilities.
diff --git a/alternativetages/USAGE b/alternativetages/USAGE
@@ -1,26 +0,0 @@
-alternativetags - Toggle-able alternative tags for dwm
-Source: https://dwm.suckless.org/patches/alternativetags/dwm-alternativetags-6.2.diff
-Original Author: Piyush Pangtey gokuvsvegita@gmail.com
-
-Description from source:
- """
- Having icons as tags sure makes dwm look awesome, but having tags number simplifies
- tags related operations. This patch introduces alternative tags which can be switched
- on the fly for the sole purpose of providing visual aid.
- """
-
-== YOU MUST ==
-(1). Place the patch file in /etc/portage/patches/x11-wm/dwm/ and run 'emerge dwm'
-(2). Add the following line to your savedconfig file:
-
- static const char *tagsalt[] = { "a", "b", "c", "d", "e", "f", "g", "h", "i" };
-
- Note that the actual contents of the tag name strings can be whatever you want.
-
-== YOU PROBABLY SHOULD ==
-(1). Add a key binding to toggle the alternative tags off and on, for example:
-
- { MODKEY, XK_n, togglealttag, {0} },
-
-== PATCH MODIFICATIONS ==
-(1). Removed lines relating to config.def.h
diff --git a/alternativetags/USAGE b/alternativetags/USAGE
@@ -0,0 +1,29 @@
+alternativetags - Toggle-able alternative tags for dwm
+Source: https://dwm.suckless.org/patches/alternativetags/dwm-alternativetags-6.2.diff
+Original Author: Piyush Pangtey gokuvsvegita@gmail.com
+
+Description from source:
+ """
+ Having icons as tags sure makes dwm look awesome, but having tags number simplifies
+ tags related operations. This patch introduces alternative tags which can be switched
+ on the fly for the sole purpose of providing visual aid.
+ """
+
+== YOU MUST ==
+(1). Place the patch file in /etc/portage/patches/x11-wm/dwm/ and run 'emerge dwm'
+(2). Add the following line to your savedconfig file:
+
+ static const char *tagsalt[] = { "a", "b", "c", "d", "e", "f", "g", "h", "i" };
+
+ Note that the actual contents of the tag name strings can be whatever you want.
+
+== YOU PROBABLY SHOULD ==
+(1). Add a key binding to toggle the alternative tags off and on, for example:
+
+ { MODKEY, XK_n, togglealttag, {0} },
+
+== PATCH MODIFICATIONS ==
+(1). Removed lines relating to config.def.h
+
+== INCOMPATIBILITIES ==
+(1). This patch is known to be incompatible with the 'alttagsdecoration' patch.
diff --git a/alternativetages/alternativetags.patch b/alternativetags/alternativetags.patch
diff --git a/bottomstack/USAGE b/bottomstack/USAGE
@@ -35,3 +35,6 @@ Description from source:
== PATCH MODIFICATIONS ==
(1). Removed lines relating to config.def.h
+
+== INCOMPATIBILITIES ==
+No known specific incompatibilities.
diff --git a/cyclelayouts/USAGE b/cyclelayouts/USAGE
@@ -31,3 +31,6 @@ Description from source:
== PATCH MODIFICATIONS ==
(1). Removed lines relating to config.def.h
+
+== INCOMPATIBILITIES ==
+No known specific incompatibilities.
diff --git a/focusonclick/USAGE b/focusonclick/USAGE
@@ -20,7 +20,10 @@ Description from source:
It can be equal to either 0 (for no focus on mouse wheel click) or 1 (for the opposite).
== YOU PROBABLY SHOULD ==
-No need for other changes.
+No further action is required.
== PATCH MODIFICATIONS ==
(1). Removed lines relating to config.def.h
+
+== INCOMPATIBILITIES ==
+No known specific incompatibilities.