i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 110d5d58bd7d87777cfdfa8ae92be28cc7d3254e
parent f31df3c1c7f1f02c4456ad954009d11b7a8edc93
Author: Chris Guillott <chris@techfo.xyz>
Date:   Tue, 15 Aug 2017 10:12:41 -0400

this is what code review is for, kids

Diffstat:
Mi3lock.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -1385,9 +1385,9 @@ int main(int argc, char *argv[]) {
 
     setlocale(LC_ALL, locale);
 
-//#if XKBCOMPOSE == 1
+#if XKBCOMPOSE == 1
     load_compose_table(locale);
-//#endif
+#endif
 
     xinerama_init();
     xinerama_query_screens();