index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (884B) | |
--- | |
1 steam | |
2 ===== | |
3 | |
4 Description | |
5 ----------- | |
6 The Steam client, and steam windows (games), tends to trigger a Configur… | |
7 the window gets focus. More so, the configure events passed along from S… | |
8 and y coordinates which can make the window, if floating, jump around th… | |
9 symptom is the steam window continuously sliding towards the bottom righ… | |
10 | |
11 This patch works around this age-old issue by ignoring the x and y co-or… | |
12 requests relating to Steam windows. | |
13 | |
14 It should be noted that this is a simple and crude patch, and while it c… | |
15 I have intentionally left it hardcoded against steam in particular as fe… | |
16 this badly. | |
17 | |
18 Download | |
19 -------- | |
20 * [dwm-steam-6.2.diff](dwm-steam-6.2.diff) | |
21 | |
22 Author | |
23 ------ | |
24 * Stein Bakkeby <[email protected]> |