index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1320B) | |
--- | |
1 windowfollow | |
2 ============ | |
3 | |
4  | |
5 | |
6 Description | |
7 ----------- | |
8 Provides "window following" behaviour, which causes *the* tag/monitor a … | |
9 is moved to with `tag` or `tagmon` to be focused. | |
10 The behaviour is affected in strange ways by which monitor the cursor is… | |
11 this is true for dwm normally. | |
12 | |
13 An icon indicating whether this behaviour is active is added to the bar: | |
14 * v means window following is off. | |
15 * > means window following is on. | |
16 | |
17 The `togglefollow` function toggles whether this occurs on the current m… | |
18 By default, this is triggered by `MODKEY+n` and by clicking the icon. | |
19 | |
20 The `WFDEFAULT` macro in `config.def.h` is used to determine whether win… | |
21 following should be on by default, and the values of `WFACTIVE` and `WFI… | |
22 can be changed to other `char` values (which must be different) so the i… | |
23 looks different. | |
24 | |
25 | |
26 Download | |
27 -------- | |
28 | |
29 Commit | |
30 [`5799dd1fca6576b662d299e210cd5933b29d502d` | |
31 ](https://git.suckless.org/dwm/commit/5799dd1fca6576b662d299e210cd5933b2… | |
32 breaks the 6.3 version. | |
33 | |
34 * [dwm-windowfollow-6.3.diff](dwm-windowfollow-6.3.diff) (Working on 6.2… | |
35 | |
36 * [dwm-windowfollow-20221002-69d5652.diff](dwm-windowfollow-20221002-69d… | |
37 | |
38 Author | |
39 ------ | |
40 * Aidan Hall - aidan DOT hall202 AT google's email domain |