mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
14 lines
458 B
Diff
14 lines
458 B
Diff
|
diff --git a/dwm.c b/dwm.c
|
||
|
index 67c6b2b..6be8ef8 100644
|
||
|
--- a/dwm.c
|
||
|
+++ b/dwm.c
|
||
|
@@ -738,8 +738,6 @@ drawbar(Monitor *m)
|
||
|
if (m->sel) {
|
||
|
drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
|
||
|
drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
|
||
|
- if (m->sel->isfloating)
|
||
|
- drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0);
|
||
|
} else {
|
||
|
drw_setscheme(drw, scheme[SchemeNorm]);
|
||
|
drw_rect(drw, x, 0, w, bh, 1, 1);
|