index.md (494B)
1 unfloatvisible 2 ============== 3 4 Description 5 ----------- 6 `unfloatvisible` resets isfloating on any visible windows that have it set. 7 Optionally also applies a layout. 8 9 #include "unfloat.c" 10 static Key keys[] = { 11 ... 12 { MODKEY|ShiftMask, XK_space, unfloatvisible, {0} }, 13 { MODKEY|ShiftMask, XK_t, unfloatvisible, {.v = &layouts[0]} }, 14 15 Download 16 -------- 17 * [dwm-unfloatvisible-6.2.diff](dwm-unfloatvisible-6.2.diff) (20190422) 18 19 Author 20 ------ 21 * Alexander Courtis