diff options
| author | bakkeby <[email protected]> | 2019-10-08 23:15:11 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-08 23:15:11 +0200 |
| commit | 3c9eba037e0c2fa552063548582468c86c0d3182 (patch) | |
| tree | 754983658c752de7aca3c918ec3662cbb8e9cf6e /patches.h | |
| parent | b32fe221b6b65835753743cd12a3d2877ba85c74 (diff) | |
| download | dwm-flexipatch-3c9eba037e0c2fa552063548582468c86c0d3182.tar.gz dwm-flexipatch-3c9eba037e0c2fa552063548582468c86c0d3182.zip | |
Adding fakefullscreen patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -136,6 +136,13 @@ */ #define EWMHTAGS_PATCH 0 +/* Only allow clients to "fullscreen" into the space currently given to them. + * As an example, this will allow you to view a fullscreen video in your browser on + * one half of the screen, while having the other half available for other tasks. + * https://dwm.suckless.org/patches/fakefullscreen/ + */ +#define FAKEFULLSCREEN_PATCH 0 + /* This patch shows the titles of all visible windows in the status bar * (as opposed to showing only the selected one). * Awesomebar takes precedence over fancybar. Fancybar takes precedence over |
