index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (494B) | |
--- | |
1 unfloatvisible | |
2 ============== | |
3 | |
4 Description | |
5 ----------- | |
6 `unfloatvisible` resets isfloating on any visible windows that have it s… | |
7 Optionally also applies a layout. | |
8 | |
9 #include "unfloat.c" | |
10 static Key keys[] = { | |
11 ... | |
12 { MODKEY|ShiftMask, XK_space, unfloatvisibl… | |
13 { MODKEY|ShiftMask, XK_t, unfloatvisibl… | |
14 | |
15 Download | |
16 -------- | |
17 * [dwm-unfloatvisible-6.2.diff](dwm-unfloatvisible-6.2.diff) (20190422) | |
18 | |
19 Author | |
20 ------ | |
21 * Alexander Courtis |