don't track numlock
This commit is contained in:
parent
a5447d1669
commit
0ccda8fb28
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ local myglobalkeys = awful.util.table.join(
|
|||
awful.key({}, "XF86Display", mb.grabf({ keymap = displaymap, name = "Rotate" })),
|
||||
|
||||
awful.key({ modkey }, "e", binder.spawn("rofi -show emoji")),
|
||||
awful.key({}, "Num_Lock", lockhl("Num", true)),
|
||||
--awful.key({}, "Num_Lock", lockhl("Num", true)),
|
||||
awful.key({}, "Caps_Lock", lockhl("Caps"))
|
||||
|
||||
--}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue