commit a2eda92817a096f54e5319103a97839195f75c5e
parent e9d34b9d430a8ca6a630cbed333a516bc0b32972
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Sun, 9 Aug 2020 11:57:22 -0500
Standardize cyclelayouts USAGE file
Diffstat:
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/cyclelayouts/USAGE b/cyclelayouts/USAGE
@@ -1,7 +1,20 @@
cyclelayouts - Cycles through all available layouts
-https://dwm.suckless.org/patches/cyclelayouts/
+Source: https://dwm.suckless.org/patches/cyclelayouts/
Original Autor: cd
+Description from source:
+ """
+ Cycles through all avaiable layouts using MOD-CTRL-, and MOD-CTRL-.
+
+ This adds a "NULL, NULL" layout at the end of the list, which should always be the last layout in your list.
+
+ This is probably only "useful" if you are using a lot of layouts.
+
+ Inspired by this post. (https://bbs.archlinux.org/viewtopic.php?id=103402)
+
+ Hopefully whoever wanted this sees it and no longer has to duplicate functions.
+ """
+
== YOU MUST ==
(1). Place the patch file in /etc/portage/patches/x11-wm/dwm/ and run 'emerge dwm'
(2). Add an entry at the end of your layout list in your savedconfig file that looks like this:
@@ -16,3 +29,5 @@ Original Autor: cd
{ MODKEY|ControlMask, XK_comma, cyclelayout, {.i = -1 } },
{ MODKEY|ControlMask, XK_period, cyclelayout, {.i = +1 } },
+== PATCH MODIFICATIONS ==
+(1). Removed lines relating to config.def.h