]> git.sur5r.net Git - i3/i3/commitdiff
i3-config-wizard: Mark the currently selected modifier with an arrow (Thanks jjfoerch)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Jan 2012 14:32:35 +0000 (14:32 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Jan 2012 14:32:35 +0000 (14:32 +0000)
Boldface seems to be unrecognizable on some systems.

Fixes #607

i3-config-wizard/main.c

index ac59602403e455d3e3559f45bddbfb581bbaf856..63ebbfa5f05ee54a4222e7a87f193e82db8383af 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * i3-config-wizard: Program to convert configs using keycodes to configs using
  *                   keysyms.
@@ -155,8 +155,8 @@ static int handle_expose() {
         set_font(&bold_font);
         set_font_colors(pixmap_gc, get_colorpixel("#FFFFFF"), get_colorpixel("#000000"));
         if (modifier == MOD_Mod4)
-            txt(31, 4, "<Win>");
-        else txt(31, 5, "<Alt>");
+            txt(10, 4, "-> <Win>");
+        else txt(10, 5, "-> <Alt>");
 
         /* green */
         set_font(&font);