[hackers] [dwm] update || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Thu, 2 Jul 2009 15:45:02 +0000 (UTC)

changeset: 1440:d4f7bc21588f
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Thu Jul 02 16:44:57 2009 +0100
files: config.def.h dwm.c
description:
update

diff -r 17c047097617 -r d4f7bc21588f config.def.h
--- a/config.def.h Thu Jul 02 16:41:52 2009 +0100
+++ b/config.def.h Thu Jul 02 16:44:57 2009 +0100
@@ -14,7 +14,7 @@
 static unsigned int snap = 32; /* snap pixel */
 
 /* monitor(s) symbols */
-static const char *monsyms[] = { "I", "II", "III", "IV", "V" };
+static const char *monsyms[] = { "i", "ii", "iii", "iv", "v" };
 
 /* tagging */
 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
diff -r 17c047097617 -r d4f7bc21588f dwm.c
--- a/dwm.c Thu Jul 02 16:41:52 2009 +0100
+++ b/dwm.c Thu Jul 02 16:44:57 2009 +0100
@@ -636,7 +636,7 @@
         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;
Received on Thu Jul 02 2009 - 15:45:02 UTC

This archive was generated by hypermail 2.2.0 : Thu Jul 02 2009 - 15:48:05 UTC