diff options
| author | bakkeby <[email protected]> | 2019-10-24 07:35:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-24 10:35:24 +0200 |
| commit | 4052783a63e1368a6f7595e61d41835e77cd7746 (patch) | |
| tree | 14eaf1dd7e46d5c81d80786534d0cf9f015590ec /patches.h | |
| parent | 9e53b46e35b09533448b8c58d7ec5727ad978e87 (diff) | |
| download | dwm-flexipatch-4052783a63e1368a6f7595e61d41835e77cd7746.tar.gz dwm-flexipatch-4052783a63e1368a6f7595e61d41835e77cd7746.zip | |
Adding extrabar patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -143,6 +143,13 @@ */ #define EWMHTAGS_PATCH 0 +/* This patch will enable an extra status bar in dwm in a similar manner to the dualstatus + * patch. If the primary status is at the top via topbar then the extra status bar will be + * placed at the bottom and vice versa. + * https://dwm.suckless.org/patches/extrabar/ + */ +#define EXTRABAR_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. |
