Adding steam patch

This commit is contained in:
bakkeby
2020-08-10 17:09:20 +02:00
parent 1dd4ec5bc4
commit 14e148be2a
3 changed files with 36 additions and 1 deletions

View File

@ -717,6 +717,17 @@
*/
#define STACKER_PATCH 0
/* Steam, and steam windows (games), trigger a ConfigureNotify request every time the window
* gets focus. More so, the configure event passed along from Steam tends to have the wrong
* x and y co-ordinates which can make the window, if floating, jump around the screen.
*
* This patch works around this age-old issue by ignoring the x and y co-ordinates for
* ConfigureNotify requests relating to Steam windows.
*
* https://github.com/bakkeby/patches/wiki/steam
*/
#define STEAM_PATCH 0
/* Adds toggleable keyboard shortcut to make a client 'sticky', i.e. visible on all tags.
* https://dwm.suckless.org/patches/sticky/
*/