index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (698B) | |
--- | |
1 alwaysontop | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 Choose one floating window to be always-on-top - this prevents other flo… | |
7 windows from being raised above it. Useful for playing films, etc. | |
8 ---------- | |
9 Updates | |
10 * 2023-10-13 made it work so that any window you specify is ontop not ju… | |
11 Download | |
12 -------- | |
13 * [alwaysontop-6.2.diff](alwaysontop-6.2.diff) | |
14 * [alwaysontopall-6.2.diff](alwaysontopall-6.2.diff) | |
15 Example Configuration | |
16 --------------------- | |
17 Add the following to your keys array to bind mod+tab to toggle attach be… | |
18 | |
19 { MODKEY|ShiftMask, XK_space, togglealwaysontop, {0} }, | |
20 | |
21 Author | |
22 ------ | |
23 * Rob Pilling - <[email protected]> | |
24 * Matt Quintanilla - <[email protected]> |