diff options
| author | bakkeby <[email protected]> | 2021-03-09 13:47:21 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-03-09 13:47:21 +0100 |
| commit | 72564eb39478c52745b6f8927de516dd2af52b97 (patch) | |
| tree | 35cca069e5ec16445138fde2994c71ea0eecb478 /patches.def.h | |
| parent | 0f9104285bab49c1e701ea429380ace9230309f0 (diff) | |
| download | dwm-flexipatch-72564eb39478c52745b6f8927de516dd2af52b97.tar.gz dwm-flexipatch-72564eb39478c52745b6f8927de516dd2af52b97.zip | |
Adding LG3D patch
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index ef1a0d6..f0e1e4b 100644 --- a/patches.def.h +++ b/patches.def.h @@ -603,6 +603,12 @@ */ #define KILLUNSEL_PATCH 0 +/* This changes the window manager name to LG3d instead of dwm as a workaround for Java + * applications that assume that the window manager is using window reparenting. + * Refer to the ISSUES secton of the dwm man page for more details. + */ +#define LG3D_PATCH 0 + /* By default in dwm it is possible to make an application fullscreen, then use * the focusstack keybindings to focus on other windows beneath the current window. * It is also possible to spawn new windows (e.g. a terminal) that end up getting |
