blob: c6831432a98b0e9d3b5acb8aaf62def913e78b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* This file contains patch control flags.
*
* In principle you should be able to mix and match any patches
* you may want. In cases where patches are logically incompatible
* one patch may take precedence over the other as noted in the
* relevant descriptions.
*/
/*
* The alpha patch adds transparency for the status bar.
* https://dwm.suckless.org/patches/alpha/
*/
#define ALPHA_PATCH 0
|