index.md (1320B)
1 windowfollow 2 ============ 3 4 ![windowfollow screenshot](screenshot.png) 5 6 Description 7 ----------- 8 Provides "window following" behaviour, which causes *the* tag/monitor a window 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 on, but 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 monitor. 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 window 21 following should be on by default, and the values of `WFACTIVE` and `WFINACTIVE` 22 can be changed to other `char` values (which must be different) so the icon 23 looks different. 24 25 26 Download 27 -------- 28 29 Commit 30 [`5799dd1fca6576b662d299e210cd5933b29d502d` 31 ](https://git.suckless.org/dwm/commit/5799dd1fca6576b662d299e210cd5933b29d502d.html) 32 breaks the 6.3 version. 33 34 * [dwm-windowfollow-6.3.diff](dwm-windowfollow-6.3.diff) (Working on 6.2 & 6.3) 35 36 * [dwm-windowfollow-20221002-69d5652.diff](dwm-windowfollow-20221002-69d5652.diff) (Working on 6.4) 37 38 Author 39 ------ 40 * Aidan Hall - aidan DOT hall202 AT google's email domain