index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (782B) | |
--- | |
1 noborderflicker | |
2 =============== | |
3 | |
4 Description | |
5 ----------- | |
6 Depending on machine configuration and luck, borders may flicker when ch… | |
7 focus to a new client. This happens because there may be a tangible delay | |
8 between unfocus(), which sets the normal border, and focus(), which sets… | |
9 focused border. | |
10 | |
11 This patch avoids that flickering by deferring drawing the normal border… | |
12 the newly unfocused client until the new focused border has already been… | |
13 Even better, in reality, these are now close enough together that it's v… | |
14 likely the two updates will be rendered on the same monitor refresh. | |
15 | |
16 Download | |
17 -------- | |
18 * [dwm-noborderflicker-20211227-8657affa2a61.diff](dwm-noborderflicker-2… | |
19 | |
20 Authors | |
21 ------- | |
22 * Chris Down - <[email protected]> |