index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (785B) | |
--- | |
1 Ignore Transient Windows | |
2 ======================== | |
3 | |
4 Description | |
5 ----------- | |
6 This fix issues working with Jetbrains applications and the UE4 Editor. | |
7 | |
8 Also, not sure if needed but add the following for some java application… | |
9 | |
10 export _JAVA_AWT_WM_NONREPARENTING=1 | |
11 export AWT_TOOLKIT=MToolkit | |
12 wmname LG3D | |
13 | |
14 The real authors of this patch are Ar4m1d and bakkeby from reddit, I jus… | |
15 https://www.reddit.com/r/suckless/comments/k67tso/dwm_webstormjetbrains_… | |
16 | |
17 Download | |
18 -------- | |
19 * [dwm-ignore_transient_windows-20211114-a786211.diff](dwm-ignore_transi… | |
20 | |
21 Authors | |
22 ------- | |
23 * Ar4m1d and bakkeby from reddit | |
24 |