Browse Source

Merge pull request #213 from trickeydan/patch-1

Rename Win Key to Super Key
master
Ingo Bürk 6 years ago
committed by GitHub
parent
commit
78a601bf98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      i3lock.c

+ 1
- 1
i3lock.c View File

@ -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) {


Loading…
Cancel
Save