mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
staticstatus: Adding note about systray pinning
This commit is contained in:
parent
164095db40
commit
a5e74cd720
2
dwm.c
2
dwm.c
@ -1756,7 +1756,7 @@ drawbars(void)
|
|||||||
Monitor *m;
|
Monitor *m;
|
||||||
|
|
||||||
#if SYSTRAY_PATCH
|
#if SYSTRAY_PATCH
|
||||||
if (showsystray) {
|
if (showsystray && systraypinning == 0) {
|
||||||
/* Clear status bar to avoid artifacts beneath systray icons */
|
/* Clear status bar to avoid artifacts beneath systray icons */
|
||||||
drw_setscheme(drw, scheme[SchemeNorm]);
|
drw_setscheme(drw, scheme[SchemeNorm]);
|
||||||
drw_rect(drw, 0, 0, selmon->ww, bh, 1, 1);
|
drw_rect(drw, 0, 0, selmon->ww, bh, 1, 1);
|
||||||
|
@ -512,6 +512,8 @@
|
|||||||
/* This patch allows the status text to be fixed to the bar on a specific
|
/* This patch allows the status text to be fixed to the bar on a specific
|
||||||
* monitor rather than being drawn on the focused monitor.
|
* monitor rather than being drawn on the focused monitor.
|
||||||
* The statusallmons patch takes precedence over this patch.
|
* The statusallmons patch takes precedence over this patch.
|
||||||
|
* NB: If used together with the systray patch then consider setting
|
||||||
|
* systraypinning to statmonval+1.
|
||||||
* https://dwm.suckless.org/patches/staticstatus/
|
* https://dwm.suckless.org/patches/staticstatus/
|
||||||
*/
|
*/
|
||||||
#define STATICSTATUS_PATCH 0
|
#define STATICSTATUS_PATCH 0
|
||||||
|
Loading…
Reference in New Issue
Block a user