[wiki] [sites] dwm/patches/unfloatvisible fix incorrect example || Alexander Courtis

From: <git_AT_suckless.org>
Date: Mon, 20 May 2019 09:34:48 +0200

commit bcdb9fb38bfc9b13d8806354105342df98d536a0
Author: Alexander Courtis <alex_AT_courtis.org>
Date: Mon May 20 17:34:42 2019 +1000

    dwm/patches/unfloatvisible fix incorrect example

diff --git a/dwm.suckless.org/patches/unfloatvisible/index.md b/dwm.suckless.org/patches/unfloatvisible/index.md
index 44839c60..ff434270 100644
--- a/dwm.suckless.org/patches/unfloatvisible/index.md
+++ b/dwm.suckless.org/patches/unfloatvisible/index.md
_AT_@ -6,11 +6,11 @@ Description
 `unfloatvisible` resets isfloating on any visible windows that have it set.
 Optionally also applies a layout.
 
- #include "push.c"
+ #include "unfloat.c"
         static Key keys[] = {
                 ...
                 { MODKEY|ShiftMask, XK_space, unfloatvisible, {0} },
- { MODKEY|ShiftMask, XK_t, unfloatvisible, {.v = &layouts[1]} },
+ { MODKEY|ShiftMask, XK_t, unfloatvisible, {.v = &layouts[0]} },
 
 Download
 --------
Received on Mon May 20 2019 - 09:34:48 CEST

This archive was generated by hypermail 2.3.0 : Mon May 20 2019 - 09:36:27 CEST