index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (620B) | |
--- | |
1 focusurgent | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 * Selects the next window having the urgent flag regardless of the tag i… | |
7 * The urgent flag can be artificially set with the following xdotool com… | |
8 any window: `xdotool selectwindow -- set_window --urgency 1` | |
9 | |
10 Changelog | |
11 --------- | |
12 2022-10-04: | |
13 * Add support for multiple monitors | |
14 | |
15 Download | |
16 -------- | |
17 * [dwm-focusurgent-20221004-6.3.diff](dwm-focusurgent-20221004-6.3.diff) | |
18 * [dwm-focusurgent-20160831-56a31dc.diff](dwm-focusurgent-20160831-56a31… | |
19 | |
20 Author | |
21 ------ | |
22 * Jan Christoph Ebersbach <[email protected]> | |
23 * Zhen Xu <[email protected]>: multiple monitor |