mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Merge branch 'master' of github:DaveDavenport/rofi
This commit is contained in:
commit
35e2e2a1cb
1 changed files with 2 additions and 0 deletions
|
@ -967,6 +967,8 @@ gboolean display_setup ( GMainLoop *main_loop, NkBindings *bindings )
|
|||
}
|
||||
|
||||
nk_bindings_seat_update_keymap ( xcb->bindings_seat, keymap, state );
|
||||
xkb_state_unref(state);
|
||||
xkb_keymap_unref(keymap);
|
||||
|
||||
// determine numlock mask so we can bind on keys with and without it
|
||||
x11_create_frequently_used_atoms ( );
|
||||
|
|
Loading…
Reference in a new issue