i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit b33fd9dc9eb9beeb335436a66385d6c3c717c80a
parent 581f225484000a5d6d5a0fd40ecc2c31fbaf3f50
Author: Dan Trickey <trickeydan@users.noreply.github.com>
Date:   Mon, 17 Dec 2018 16:29:30 +0000

Rename Win Key to Super Key
Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i3lock.c b/i3lock.c
@@ -336,7 +336,7 @@ static void input_done(void) {
         else if (strcmp(mod_name, XKB_MOD_NAME_NUM) == 0)
             mod_name = "Num Lock";
         else if (strcmp(mod_name, XKB_MOD_NAME_LOGO) == 0)
-            mod_name = "Win";
+            mod_name = "Super";
 
         char *tmp;
         if (modifier_string == NULL) {