aboutsummarylogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe2009-07-02 16:44:57 +0100
committerAnselm R Garbe2009-07-02 16:44:57 +0100
commit5c20c67e097841804fe0dd3f86e2674ef47a64bd (patch)
treed7da78f7c3fd0ded99ba60932e0f8f5eed2370ab /dwm.c
parente329f7afdb0d0942fc14fd88ec7681285e84fd77 (diff)
downloadaur-5c20c67e097841804fe0dd3f86e2674ef47a64bd.tar.gz
update
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 5c714db7721c..3857511ad302 100644
--- a/dwm.c
+++ b/dwm.c
@@ -636,7 +636,7 @@ drawbar(Monitor *m) {
dc.x = 0;
if(mons->next) { /* more than a single monitor */
dc.w = TEXTW(monsyms[m->screen_number]);
- drawtext(monsyms[m->screen_number], selmon == m ? dc.sel : dc.norm, True);
+ drawtext(monsyms[m->screen_number], selmon == m ? dc.sel : dc.norm, False);
dc.x += dc.w;
}
m->btx = dc.x;