daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Won't run with bindsym inside iw3m #163

Closed NuLL3rr0r closed 5 years ago

NuLL3rr0r commented 5 years ago

Describe the bug OK, I've been using neovim-gtk and neovim-qt for some time and decided to settle on neovim-gtk. So, I decided to bind a key inside i3wm to neovim-gtk by adding this line to i3 config file:

# neovim
bindsym $mod+n exec /usr/local/bin/nvim-gtk

Which binds windows+n command to nvim-gtk. Unfortunately, the key binding won't work for nvim-gtk. When I change the binding to:

# neovim
#bindsym $mod+n exec /usr/local/bin/nvim-gtk
bindsym $mod+n exec /usr/local/bin/nvim-qt

neovim-qt runs whenever I press windows+n which is weird. I try the following:

$ which nvim-gtk
/usr/local/bin/nvim-gtk

$ /usr/local/bin/nvim-gtk

And it works just fine. Even running nvim-gtk from Rofi which was the way I was running it till now works just fine. I cannot fathom what goes wrong here even by looking at the i3 logs.

12/03/2018 01:19:27 AM - commands_parser.c:parse_command:265 - COMMAND: *exec /usr/local/bin/nvim-gtk*
12/03/2018 01:19:27 AM - commands.c:cmd_criteria_init:163 - Initializing criteria, current_match = 0x666ac0
12/03/2018 01:19:27 AM - commands.c:cmd_exec:1227 - should execute /usr/local/bin/nvim-gtk, no_startup_id = 0
12/03/2018 01:19:27 AM - startup id = i3/|usr|local|bin|nvim-gtk/9797-10-mamadou-pc_TIME46424729
12/03/2018 01:19:27 AM - executing: /usr/local/bin/nvim-gtk
12/03/2018 01:19:27 AM - commands.c:cmd_criteria_init:163 - Initializing criteria, current_match = 0x666ac0
12/03/2018 01:19:27 AM - ipc.c:ipc_send_binding_event:1391 - Issue IPC binding run event (sym = n, code = 0)
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 17, xkb_base 85
12/03/2018 01:19:27 AM - handlers.c:handle_destroy_notify_event:558 - destroy notify for 0x010000f6, 0x010000f6
12/03/2018 01:19:27 AM - handlers.c:handle_unmap_notify_event:487 - UnmapNotify for 0x010000f6 (received from 0x010000f6), serial 56192
12/03/2018 01:19:27 AM - Not a managed window, ignoring UnmapNotify event
12/03/2018 01:19:27 AM - handlers.c:handle_event:1484 - event type 3, xkb_base 85
12/03/2018 01:19:27 AM - key_press.c:handle_key_press:23 - KeyRelease 57, state raw = 0x40
12/03/2018 01:19:27 AM - bindings.c:get_binding_from_xcb_event:315 - (removed capslock, state = 0x40)
12/03/2018 01:19:27 AM - bindings.c:get_binding_from_xcb_event:340 - (transformed keyboard group, state = 0x10040)

Technical information (please complete the following information):

NuLL3rr0r commented 5 years ago

By the way here is the portion of the log for nvim-qt which works:

12/03/2018 01:28:33 AM - commands_parser.c:parse_command:265 - COMMAND: *exec /usr/local/bin/nvim-qt*
12/03/2018 01:28:33 AM - commands.c:cmd_criteria_init:163 - Initializing criteria, current_match = 0x666ac0
12/03/2018 01:28:33 AM - commands.c:cmd_exec:1227 - should execute /usr/local/bin/nvim-qt, no_startup_id = 0
12/03/2018 01:28:33 AM - startup id = i3/|usr|local|bin|nvim-qt/9797-2-mamadou-pc_TIME46971230
12/03/2018 01:28:33 AM - executing: /usr/local/bin/nvim-qt
12/03/2018 01:28:33 AM - commands.c:cmd_criteria_init:163 - Initializing criteria, current_match = 0x666ac0
12/03/2018 01:28:33 AM - ipc.c:ipc_send_binding_event:1391 - Issue IPC binding run event (sym = n, code = 0)
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 17, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_destroy_notify_event:558 - destroy notify for 0x010000f4, 0x010000f4
12/03/2018 01:28:33 AM - handlers.c:handle_unmap_notify_event:487 - UnmapNotify for 0x010000f4 (received from 0x010000f4), serial 15759
12/03/2018 01:28:33 AM - Not a managed window, ignoring UnmapNotify event
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 3, xkb_base 85
12/03/2018 01:28:33 AM - key_press.c:handle_key_press:23 - KeyRelease 57, state raw = 0x40
12/03/2018 01:28:33 AM - bindings.c:get_binding_from_xcb_event:315 - (removed capslock, state = 0x40)
12/03/2018 01:28:33 AM - bindings.c:get_binding_from_xcb_event:340 - (transformed keyboard group, state = 0x10040)
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 76, modifiers_mask = 76, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 78, modifiers_mask = 78, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 92, modifiers_mask = 92, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 94, modifiers_mask = 94, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 76, modifiers_mask = 76, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 78, modifiers_mask = 78, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 92, modifiers_mask = 92, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 94, modifiers_mask = 94, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 76, modifiers_mask = 76, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 78, modifiers_mask = 78, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 92, modifiers_mask = 92, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 94, modifiers_mask = 94, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:28:33 AM - handlers.c:handle_event:1484 - event type 9, xkb_base 85
12/03/2018 01:28:33 AM - handlers.c:handle_focus_in:1207 - focus change in, for window 0x01401e3b
12/03/2018 01:28:33 AM - handlers.c:handle_focus_in:1211 - That is con 0x25bac50 / ~/dev/nix-config-logs
12/03/2018 01:28:33 AM - handlers.c:handle_focus_in:1215 - FocusIn event for grab/ungrab, ignoring
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 85, xkb_base 85
12/03/2018 01:28:34 AM - handlers.c:handle_event:1493 - xkb event, need to handle it.
12/03/2018 01:28:34 AM - handlers.c:handle_event:1519 - xkb state group = 0
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:34 AM - ClientMessage for window 0x01e00005
12/03/2018 01:28:34 AM - handlers.c:handle_client_message:699 - Unknown atom in clientmessage of type 354
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:34 AM - ClientMessage for window 0x01e00005
12/03/2018 01:28:34 AM - handlers.c:handle_client_message:699 - Unknown atom in clientmessage of type 355
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 23, xkb_base 85
12/03/2018 01:28:34 AM - handlers.c:handle_configure_request:284 - window 0x01e00005 wants to be at 0x0 with 1260x711
12/03/2018 01:28:34 AM - handlers.c:handle_configure_request:289 - Configure request for unmanaged window, can do that.
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 20, xkb_base 85
12/03/2018 01:28:34 AM - handlers.c:handle_map_request:265 - window = 0x01e00005, serial is 15761.
12/03/2018 01:28:34 AM - manage.c:manage_window:166 - Managing window 0x01e00005
12/03/2018 01:28:34 AM - WM_CLASS changed to nvim-qt (instance), nvim-qt (class)
12/03/2018 01:28:34 AM - window.c:window_update_name_legacy:110 - WM_NAME not set (_NET_WM_NAME is what you want anyways).
12/03/2018 01:28:34 AM - _NET_WM_NAME changed to "Neovim"
12/03/2018 01:28:34 AM - window.c:window_update_leader:166 - Client leader changed to 01e00007
12/03/2018 01:28:34 AM - window.c:window_update_transient_for:179 - TRANSIENT_FOR not set on window 0x01e00005.
12/03/2018 01:28:34 AM - window.c:window_update_strut_partial:204 - _NET_WM_STRUT_PARTIAL not set.
12/03/2018 01:28:34 AM - window.c:window_update_role:229 - WM_WINDOW_ROLE not set.
12/03/2018 01:28:34 AM - WM_HINTS.input changed to "1"
12/03/2018 01:28:34 AM - startup.c:startup_sequence_get:285 - No _NET_STARTUP_ID set on window 0x01e00005
12/03/2018 01:28:34 AM - startup.c:startup_sequence_get:301 - Checking leader window 0x01e00007
12/03/2018 01:28:34 AM - startup.c:startup_sequence_get:312 - No _NET_STARTUP_ID set on the leader either
12/03/2018 01:28:34 AM - manage.c:manage_window:197 - startup workspace = (null)
12/03/2018 01:28:34 AM - manage.c:manage_window:247 - Initial geometry: (0, 0, 1260, 711)
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - dock status does not match
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - dock status does not match
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "URxvt" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "Firefox" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "QtCreator" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "UE4Editor" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "SmartSVN" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "vlc" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "TelegramDesktop" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "Wine" does not match "nvim-qt"
12/03/2018 01:28:34 AM - tree.c:tree_open_con:163 - con = 0x25b9e50
12/03/2018 01:28:34 AM - con.c:con_new_skeleton:53 - opening window
12/03/2018 01:28:34 AM - con.c:_con_attach:175 - Inserting con = 0x2651230 after con 0x25bac50
12/03/2018 01:28:34 AM - x.c:x_con_init:164 - Adding window 0x010000f6 to lists
12/03/2018 01:28:34 AM - x.c:x_con_init:168 - adding new state for window id 0x010000f6
12/03/2018 01:28:34 AM - manage.c:manage_window:327 - new container = 0x2651230
12/03/2018 01:28:34 AM - x.c:x_reinit:185 - resetting state 0x2656eb0 to initial
12/03/2018 01:28:34 AM - manage.c:manage_window:379 - Not in fullscreen mode, focusing
12/03/2018 01:28:34 AM - workspace visible? fs = 0x25b9c60, ws = 0x25b9c60
12/03/2018 01:28:34 AM - manage.c:manage_window:495 - Window specifies minimum size 181 x 91
12/03/2018 01:28:34 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "URxvt" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "Firefox" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "QtCreator" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "UE4Editor" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "SmartSVN" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "vlc" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "TelegramDesktop" does not match "nvim-qt"
12/03/2018 01:28:34 AM - Checking window 0x01e00005 (class nvim-qt)
12/03/2018 01:28:34 AM - Regular expression "Wine" does not match "nvim-qt"
12/03/2018 01:28:34 AM - workspace visible? fs = 0x25b9c60, ws = 0x25b9c60
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b5d20 / root / layout 6 / children 2
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b67c0 / __i3 / layout 4 / children 1
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b8c50 / DP-2 / layout 4 / children 3
12/03/2018 01:28:34 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b8e40 / topdock / layout 3 / children 1
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x265b410 / (null) / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:28:34 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b9a70 / content / layout 6 / children 4
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering fullscreen node 0x25b9c60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b9e50 / (null) / layout 5 / children 3
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25ba020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bac50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x2651230 / (null) / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bc2c0 / (null) / layout 5 / children 2
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bc490 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bc490 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bd0c0 / (null) / layout 6 / children 1
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bd290 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bd290 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:28:34 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25c9d70 / bottomdock / layout 3 / children 0
12/03/2018 01:28:34 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:28:34 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window new event (con = 0x2651230, window = 0x01e00005)
12/03/2018 01:28:34 AM - manage.c:manage_window:597 - Checking con = 0x2651230 for _NET_WM_USER_TIME.
12/03/2018 01:28:34 AM - manage.c:manage_window:627 - Now setting focus.
12/03/2018 01:28:34 AM - con.c:con_focus:225 - con_focus = 0x2651230
12/03/2018 01:28:34 AM - con.c:con_focus:225 - con_focus = 0x25b9e50
12/03/2018 01:28:34 AM - con.c:con_focus:225 - con_focus = 0x25b9c60
12/03/2018 01:28:34 AM - con.c:con_focus:225 - con_focus = 0x25b9a70
12/03/2018 01:28:34 AM - con.c:con_focus:225 - con_focus = 0x25b8c50
12/03/2018 01:28:34 AM - con.c:con_focus:225 - con_focus = 0x25b5d20
12/03/2018 01:28:34 AM - tree.c:tree_render:499 - -- BEGIN RENDERING --
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b5d20 / root / layout 6 / children 2
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b67c0 / __i3 / layout 4 / children 1
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b8c50 / DP-2 / layout 4 / children 3
12/03/2018 01:28:34 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b8e40 / topdock / layout 3 / children 1
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x265b410 / (null) / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:28:34 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b9a70 / content / layout 6 / children 4
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering fullscreen node 0x25b9c60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25b9e50 / (null) / layout 5 / children 3
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25ba020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bac50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x2651230 / (null) / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bc2c0 / (null) / layout 5 / children 2
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bc490 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bc490 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bd0c0 / (null) / layout 6 / children 1
12/03/2018 01:28:34 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25bd290 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bd290 is floating
12/03/2018 01:28:34 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:28:34 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:28:34 AM - render.c:render_con:49 - Rendering node 0x25c9d70 / bottomdock / layout 3 / children 0
12/03/2018 01:28:34 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:28:34 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:28:34 AM - x.c:x_push_changes:1057 - Client list changed (12 clients)
12/03/2018 01:28:34 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - x.c:x_push_node:827 - setting rect (0, 23, 960, 725)
12/03/2018 01:28:34 AM - x.c:x_push_node:898 - Sending fake configure notify
12/03/2018 01:28:34 AM - x.c:x_push_node:697 - pushing name [i3 con] container around 0x2546680 for con 0x2651230
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - x.c:x_push_node:827 - setting rect (0, 748, 960, 332)
12/03/2018 01:28:34 AM - x.c:x_push_node:847 - setting window rect (2, 0, 956, 330)
12/03/2018 01:28:34 AM - x.c:x_push_node:876 - mapping child window (serial 15915)
12/03/2018 01:28:34 AM - x.c:x_push_node:891 - mapping container 010000f6 (serial 15917)
12/03/2018 01:28:34 AM - x.c:x_push_node:898 - Sending fake configure notify
12/03/2018 01:28:34 AM - xcb.c:fake_absolute_configure_notify:85 - fake rect = (2, 748, 956, 330)
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - x.c:x_push_node:827 - setting rect (0, 396, 960, 332)
12/03/2018 01:28:34 AM - x.c:x_push_node:847 - setting window rect (2, 0, 956, 330)
12/03/2018 01:28:34 AM - x.c:x_push_node:898 - Sending fake configure notify
12/03/2018 01:28:34 AM - xcb.c:fake_absolute_configure_notify:85 - fake rect = (2, 396, 956, 330)
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25ba020 is floating
12/03/2018 01:28:34 AM - x.c:x_push_node:827 - setting rect (0, 43, 960, 333)
12/03/2018 01:28:34 AM - x.c:x_push_node:847 - setting window rect (2, 0, 956, 331)
12/03/2018 01:28:34 AM - x.c:x_push_node:898 - Sending fake configure notify
12/03/2018 01:28:34 AM - xcb.c:fake_absolute_configure_notify:85 - fake rect = (2, 43, 956, 331)
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x25bac50 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:28:34 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - con.c:con_is_floating:512 - checking if con 0x2651230 is floating
12/03/2018 01:28:34 AM - x.c:x_push_changes:1128 - Updating focus (focused: 0x2651230 / (null)) to X11 window 0x01e00005
12/03/2018 01:28:34 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window focus event (con = 0x2651230, window = 0x01e00005)
12/03/2018 01:28:34 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:28:34 AM - tree.c:tree_render:508 - -- END RENDERING --
12/03/2018 01:28:34 AM - workspace.c:workspace_update_urgent_flag:794 - Workspace urgency flag changed from 0 to 0
12/03/2018 01:28:34 AM - ewmh.c:ewmh_update_wm_desktop_recursively:167 - Setting _NET_WM_DESKTOP = 0 for window 0x01e00005.
12/03/2018 01:28:34 AM - workspace visible? fs = 0x25b9c60, ws = 0x25b9c60
12/03/2018 01:28:34 AM - workspace visible? fs = 0x25b6ba0, ws = 0x25b6ba0
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:34 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:28:34 AM - startup.c:startup_monitor_event:236 - startup sequence i3/|usr|local|bin|nvim-qt/9797-2-mamadou-pc_TIME46971230 completed
12/03/2018 01:28:34 AM - startup.c:startup_monitor_event:242 - Will delete startup sequence i3/|usr|local|bin|nvim-qt/9797-2-mamadou-pc_TIME46971230 at timestamp 1543796944
12/03/2018 01:28:34 AM - startup.c:startup_sequence_delete:106 - Deleting startup sequence i3/|usr|bin|nemo/9797-0-mamadou-pc_TIME46875923, delete_at = 1543796908, current_time = 1543796914
12/03/2018 01:28:34 AM - startup.c:startup_monitor_event:245 - No more startup sequences running, changing root window cursor to default pointer.
NuLL3rr0r commented 5 years ago

And another log in details for nvim-gtk:

12/03/2018 01:36:53 AM - commands_parser.c:parse_command:265 - COMMAND: *exec /usr/local/bin/nvim-gtk*
12/03/2018 01:36:53 AM - commands.c:cmd_criteria_init:163 - Initializing criteria, current_match = 0x666ac0
12/03/2018 01:36:53 AM - commands.c:cmd_exec:1227 - should execute /usr/local/bin/nvim-gtk, no_startup_id = 0
12/03/2018 01:36:53 AM - startup id = i3/|usr|local|bin|nvim-gtk/9797-0-mamadou-pc_TIME47470912
12/03/2018 01:36:53 AM - executing: /usr/local/bin/nvim-gtk
12/03/2018 01:36:53 AM - commands.c:cmd_criteria_init:163 - Initializing criteria, current_match = 0x666ac0
12/03/2018 01:36:53 AM - ipc.c:ipc_send_binding_event:1391 - Issue IPC binding run event (sym = n, code = 0)
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 33, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 17, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_destroy_notify_event:558 - destroy notify for 0x010000e4, 0x010000e4
12/03/2018 01:36:53 AM - handlers.c:handle_unmap_notify_event:487 - UnmapNotify for 0x010000e4 (received from 0x010000e4), serial 8338
12/03/2018 01:36:53 AM - Not a managed window, ignoring UnmapNotify event
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 3, xkb_base 85
12/03/2018 01:36:53 AM - key_press.c:handle_key_press:23 - KeyRelease 57, state raw = 0x40
12/03/2018 01:36:53 AM - bindings.c:get_binding_from_xcb_event:315 - (removed capslock, state = 0x40)
12/03/2018 01:36:53 AM - bindings.c:get_binding_from_xcb_event:340 - (transformed keyboard group, state = 0x10040)
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 76, modifiers_mask = 76, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 78, modifiers_mask = 78, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 92, modifiers_mask = 92, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 94, modifiers_mask = 94, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 76, modifiers_mask = 76, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 78, modifiers_mask = 78, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 92, modifiers_mask = 92, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 94, modifiers_mask = 94, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 76, modifiers_mask = 76, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 78, modifiers_mask = 78, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 92, modifiers_mask = 92, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 94, modifiers_mask = 94, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 65, modifiers_mask = 65, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 67, modifiers_mask = 67, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 81, modifiers_mask = 81, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 83, modifiers_mask = 83, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 64, modifiers_mask = 64, modifiers_state = 64, mods_match = yes
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 66, modifiers_mask = 66, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 80, modifiers_mask = 80, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 82, modifiers_mask = 82, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 0, modifiers_mask = 0, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 2, modifiers_mask = 2, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 16, modifiers_mask = 16, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - bindings.c:get_binding:238 - binding_keycode->modifiers = 18, modifiers_mask = 18, modifiers_state = 64, mods_match = no
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 9, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_focus_in:1207 - focus change in, for window 0x01401e3b
12/03/2018 01:36:53 AM - handlers.c:handle_focus_in:1211 - That is con 0x2630c50 / ~/dev/nix-config-logs
12/03/2018 01:36:53 AM - handlers.c:handle_focus_in:1215 - FocusIn event for grab/ungrab, ignoring
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:53 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:53 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:53 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:53 AM - _NET_WM_NAME changed to "D:0.03 k U:0.02 k - µTorrent 2.2.1"
12/03/2018 01:36:53 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:53 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:53 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:53 AM - window class matches (Wine)
12/03/2018 01:36:53 AM - dock status matches
12/03/2018 01:36:53 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:53 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:53 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:53 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:53 AM - handlers.c:handle_event:1484 - event type 85, xkb_base 85
12/03/2018 01:36:53 AM - handlers.c:handle_event:1493 - xkb event, need to handle it.
12/03/2018 01:36:53 AM - handlers.c:handle_event:1519 - xkb state group = 0
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 7, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_enter_notify:129 - enter_notify for 0100001b, mode = 0, detail 2, serial 8431
12/03/2018 01:36:54 AM - handlers.c:handle_enter_notify:130 - coordinates 364, 330
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 7, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_enter_notify:129 - enter_notify for 01000020, mode = 0, detail 3, serial 8431
12/03/2018 01:36:54 AM - handlers.c:handle_enter_notify:130 - coordinates 367, 709
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x2630c50
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262fe50
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262fc60
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262fa70
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262ec50
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262bd20
12/03/2018 01:36:54 AM - tree.c:tree_render:499 - -- BEGIN RENDERING --
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x262bd20 / root / layout 6 / children 2
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x262c7c0 / __i3 / layout 4 / children 1
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x262ec50 / DP-2 / layout 4 / children 3
12/03/2018 01:36:54 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x262ee40 / topdock / layout 3 / children 1
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x25c2790 / (null) / layout 6 / children 0
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:36:54 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x262fa70 / content / layout 6 / children 4
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering fullscreen node 0x262fc60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x262fe50 / (null) / layout 5 / children 3
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2630020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2630020 is floating
12/03/2018 01:36:54 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2630c50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:54 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2631880 / Neovim / layout 6 / children 0
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:54 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2632ef0 / (null) / layout 5 / children 2
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x26330c0 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x26330c0 is floating
12/03/2018 01:36:54 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2633cf0 / (null) / layout 6 / children 1
12/03/2018 01:36:54 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2633ec0 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2633ec0 is floating
12/03/2018 01:36:54 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:36:54 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:36:54 AM - render.c:render_con:49 - Rendering node 0x2640a30 / bottomdock / layout 3 / children 0
12/03/2018 01:36:54 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:36:54 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:54 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:54 AM - x.c:x_push_changes:1128 - Updating focus (focused: 0x2630c50 / ~/dev/nix-config-logs) to X11 window 0x01401e3b
12/03/2018 01:36:54 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:54 AM - tree.c:tree_render:508 - -- END RENDERING --
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x2631880
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262fe50
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262fc60
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262fa70
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262ec50
12/03/2018 01:36:54 AM - con.c:con_focus:225 - con_focus = 0x262bd20
12/03/2018 01:36:54 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:54 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:54 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:54 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:54 AM - x.c:x_push_changes:1128 - Updating focus (focused: 0x2631880 / Neovim) to X11 window 0x01e00005
12/03/2018 01:36:54 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window focus event (con = 0x2631880, window = 0x01e00005)
12/03/2018 01:36:54 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 10, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 7, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_enter_notify:129 - enter_notify for 0100001e, mode = 0, detail 4, serial 8571
12/03/2018 01:36:54 AM - handlers.c:handle_enter_notify:130 - coordinates 378, 0
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:54 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:54 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:54 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:54 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:54 AM - _NET_WM_NAME changed to "D:0.03 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:36:54 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:54 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:54 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:54 AM - window class matches (Wine)
12/03/2018 01:36:54 AM - dock status matches
12/03/2018 01:36:54 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:54 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:54 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:54 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:54 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window title event (con = 0x263b670, window = 0x03c00003)
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 4, xkb_base 85
12/03/2018 01:36:55 AM - click.c:handle_button_press:350 - Button 1 (state 0) press on window 0x01e00005 (child 0x00000000) at (443, 101) (root 445, 849)
12/03/2018 01:36:55 AM - click.c:handle_button_press:356 - floating_mod = 0, detail = 1
12/03/2018 01:36:55 AM - click.c:route_click:173 - --> click properties: mod = 0, destination = 2
12/03/2018 01:36:55 AM - click.c:route_click:174 - --> OUTCOME = 0x2631880
12/03/2018 01:36:55 AM - click.c:route_click:175 - type = 2, name = Neovim
12/03/2018 01:36:55 AM - bindings.c:get_binding_from_xcb_event:315 - (removed capslock, state = 0x0)
12/03/2018 01:36:55 AM - bindings.c:get_binding_from_xcb_event:340 - (transformed keyboard group, state = 0x10000)
12/03/2018 01:36:55 AM - con.c:con_focus:225 - con_focus = 0x2631880
12/03/2018 01:36:55 AM - con.c:con_focus:225 - con_focus = 0x262fe50
12/03/2018 01:36:55 AM - con.c:con_focus:225 - con_focus = 0x262fc60
12/03/2018 01:36:55 AM - con.c:con_focus:225 - con_focus = 0x262fa70
12/03/2018 01:36:55 AM - con.c:con_focus:225 - con_focus = 0x262ec50
12/03/2018 01:36:55 AM - con.c:con_focus:225 - con_focus = 0x262bd20
12/03/2018 01:36:55 AM - tree.c:tree_render:499 - -- BEGIN RENDERING --
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x262bd20 / root / layout 6 / children 2
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x262c7c0 / __i3 / layout 4 / children 1
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x262ec50 / DP-2 / layout 4 / children 3
12/03/2018 01:36:55 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x262ee40 / topdock / layout 3 / children 1
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x25c2790 / (null) / layout 6 / children 0
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:55 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:36:55 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x262fa70 / content / layout 6 / children 4
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering fullscreen node 0x262fc60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x262fe50 / (null) / layout 5 / children 3
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2630020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:55 AM - con.c:con_is_floating:512 - checking if con 0x2630020 is floating
12/03/2018 01:36:55 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2630c50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:55 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:55 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2631880 / Neovim / layout 6 / children 0
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:55 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:55 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2632ef0 / (null) / layout 5 / children 2
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x26330c0 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:55 AM - con.c:con_is_floating:512 - checking if con 0x26330c0 is floating
12/03/2018 01:36:55 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2633cf0 / (null) / layout 6 / children 1
12/03/2018 01:36:55 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2633ec0 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:55 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:55 AM - con.c:con_is_floating:512 - checking if con 0x2633ec0 is floating
12/03/2018 01:36:55 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:36:55 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:36:55 AM - render.c:render_con:49 - Rendering node 0x2640a30 / bottomdock / layout 3 / children 0
12/03/2018 01:36:55 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:36:55 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:55 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:55 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:55 AM - tree.c:tree_render:508 - -- END RENDERING --
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 85, xkb_base 85
12/03/2018 01:36:55 AM - handlers.c:handle_event:1493 - xkb event, need to handle it.
12/03/2018 01:36:55 AM - handlers.c:handle_event:1519 - xkb state group = 0
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:55 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:55 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:55 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:55 AM - _NET_WM_NAME changed to "D:0.02 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:36:55 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:55 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:55 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:55 AM - window class matches (Wine)
12/03/2018 01:36:55 AM - dock status matches
12/03/2018 01:36:55 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:55 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:55 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:55 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:55 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window title event (con = 0x263b670, window = 0x03c00003)
12/03/2018 01:36:55 AM - handlers.c:handle_event:1484 - event type 85, xkb_base 85
12/03/2018 01:36:55 AM - handlers.c:handle_event:1493 - xkb event, need to handle it.
12/03/2018 01:36:55 AM - handlers.c:handle_event:1519 - xkb state group = 0
12/03/2018 01:36:56 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:56 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:56 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:56 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:56 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:56 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:56 AM - _NET_WM_NAME changed to "D:0.02 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:36:56 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:56 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:56 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:56 AM - window class matches (Wine)
12/03/2018 01:36:56 AM - dock status matches
12/03/2018 01:36:56 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:56 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:56 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:56 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 7, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_enter_notify:129 - enter_notify for 01000020, mode = 0, detail 3, serial 8893
12/03/2018 01:36:57 AM - handlers.c:handle_enter_notify:130 - coordinates 422, 720
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x2631880
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fe50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fc60
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fa70
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262ec50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262bd20
12/03/2018 01:36:57 AM - tree.c:tree_render:499 - -- BEGIN RENDERING --
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262bd20 / root / layout 6 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262c7c0 / __i3 / layout 4 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262ec50 / DP-2 / layout 4 / children 3
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262ee40 / topdock / layout 3 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x25c2790 / (null) / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262fa70 / content / layout 6 / children 4
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering fullscreen node 0x262fc60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262fe50 / (null) / layout 5 / children 3
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2630020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630020 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2630c50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2631880 / Neovim / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2632ef0 / (null) / layout 5 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x26330c0 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x26330c0 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2633cf0 / (null) / layout 6 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2633ec0 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2633ec0 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2640a30 / bottomdock / layout 3 / children 0
12/03/2018 01:36:57 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:36:57 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:57 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:57 AM - x.c:x_push_changes:1128 - Updating focus (focused: 0x2631880 / Neovim) to X11 window 0x01e00005
12/03/2018 01:36:57 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:57 AM - tree.c:tree_render:508 - -- END RENDERING --
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 7, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_enter_notify:129 - enter_notify for 0100001b, mode = 0, detail 4, serial 8942
12/03/2018 01:36:57 AM - handlers.c:handle_enter_notify:130 - coordinates 424, 315
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x2630c50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fe50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fc60
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fa70
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262ec50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262bd20
12/03/2018 01:36:57 AM - tree.c:tree_render:499 - -- BEGIN RENDERING --
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262bd20 / root / layout 6 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262c7c0 / __i3 / layout 4 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262ec50 / DP-2 / layout 4 / children 3
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262ee40 / topdock / layout 3 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x25c2790 / (null) / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262fa70 / content / layout 6 / children 4
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering fullscreen node 0x262fc60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262fe50 / (null) / layout 5 / children 3
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2630020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630020 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2630c50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2631880 / Neovim / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2632ef0 / (null) / layout 5 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x26330c0 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x26330c0 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2633cf0 / (null) / layout 6 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2633ec0 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2633ec0 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2640a30 / bottomdock / layout 3 / children 0
12/03/2018 01:36:57 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:36:57 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:57 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - x.c:x_push_changes:1128 - Updating focus (focused: 0x2630c50 / ~/dev/nix-config-logs) to X11 window 0x01401e3b
12/03/2018 01:36:57 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window focus event (con = 0x2630c50, window = 0x01401e3b)
12/03/2018 01:36:57 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:57 AM - tree.c:tree_render:508 - -- END RENDERING --
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 10, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 4, xkb_base 85
12/03/2018 01:36:57 AM - click.c:handle_button_press:350 - Button 1 (state 0) press on window 0x01401e3b (child 0x01401e40) at (469, 145) (root 471, 541)
12/03/2018 01:36:57 AM - click.c:handle_button_press:356 - floating_mod = 0, detail = 1
12/03/2018 01:36:57 AM - click.c:route_click:173 - --> click properties: mod = 0, destination = 2
12/03/2018 01:36:57 AM - click.c:route_click:174 - --> OUTCOME = 0x2630c50
12/03/2018 01:36:57 AM - click.c:route_click:175 - type = 2, name = ~/dev/nix-config-logs
12/03/2018 01:36:57 AM - bindings.c:get_binding_from_xcb_event:315 - (removed capslock, state = 0x0)
12/03/2018 01:36:57 AM - bindings.c:get_binding_from_xcb_event:340 - (transformed keyboard group, state = 0x10000)
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x2630c50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fe50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fc60
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262fa70
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262ec50
12/03/2018 01:36:57 AM - con.c:con_focus:225 - con_focus = 0x262bd20
12/03/2018 01:36:57 AM - tree.c:tree_render:499 - -- BEGIN RENDERING --
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262bd20 / root / layout 6 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262c7c0 / __i3 / layout 4 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262ec50 / DP-2 / layout 4 / children 3
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262ee40 / topdock / layout 3 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 0) with (1920 x 23)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x25c2790 / (null) / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 0x0 with size 1920x23
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 23) with (1920 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262fa70 / content / layout 6 / children 4
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering fullscreen node 0x262fc60 / [1]  Terminals / layout 6 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 23) with (960 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x262fe50 / (null) / layout 5 / children 3
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 43) with (960 x 333)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2630020 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630020 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x331
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 396) with (960 x 332)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2630c50 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (0, 748) with (960 x 332)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2631880 / Neovim / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x330
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 23) with (960 x 1057)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2632ef0 / (null) / layout 5 / children 2
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 43) with (960 x 509)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x26330c0 / ~/dev/nix-config-logs / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x26330c0 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x507
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 552) with (960 x 528)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2633cf0 / (null) / layout 6 / children 1
12/03/2018 01:36:57 AM - render.c:render_con:154 - child at (960, 572) with (960 x 508)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2633ec0 / ~/dev/neovim-gtk / layout 6 / children 0
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:36:57 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:36:57 AM - con.c:con_is_floating:512 - checking if con 0x2633ec0 is floating
12/03/2018 01:36:57 AM - render.c:render_con:102 - child will be at 2x0 with size 956x506
12/03/2018 01:36:57 AM - render.c:render_output:373 - child at (0, 1080) with (1920 x 0)
12/03/2018 01:36:57 AM - render.c:render_con:49 - Rendering node 0x2640a30 / bottomdock / layout 3 / children 0
12/03/2018 01:36:57 AM - render.c:render_root:224 - Rendering floating windows:
12/03/2018 01:36:57 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:57 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:57 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:57 AM - tree.c:tree_render:508 - -- END RENDERING --
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 85, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_event:1493 - xkb event, need to handle it.
12/03/2018 01:36:57 AM - handlers.c:handle_event:1519 - xkb state group = 0
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:57 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:57 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:57 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:57 AM - _NET_WM_NAME changed to "D:0.02 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:36:57 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:57 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:57 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:57 AM - window class matches (Wine)
12/03/2018 01:36:57 AM - dock status matches
12/03/2018 01:36:57 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:57 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:57 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:57 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:57 AM - handlers.c:handle_event:1484 - event type 85, xkb_base 85
12/03/2018 01:36:57 AM - handlers.c:handle_event:1493 - xkb event, need to handle it.
12/03/2018 01:36:57 AM - handlers.c:handle_event:1519 - xkb state group = 0
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:58 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:58 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:58 AM - _NET_WM_NAME changed to "D:0.01 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:36:58 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:58 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:58 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:58 AM - window class matches (Wine)
12/03/2018 01:36:58 AM - dock status matches
12/03/2018 01:36:58 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:58 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:58 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:58 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:58 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window title event (con = 0x263b670, window = 0x03c00003)
12/03/2018 01:36:59 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:59 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:59 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:59 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:36:59 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:59 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:36:59 AM - _NET_WM_NAME changed to "D:0.01 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:36:59 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:36:59 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:36:59 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:36:59 AM - window class matches (Wine)
12/03/2018 01:36:59 AM - dock status matches
12/03/2018 01:36:59 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:36:59 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:36:59 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:36:59 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:37:00 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:37:00 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:37:00 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:37:00 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:37:00 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:37:00 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:37:00 AM - _NET_WM_NAME changed to "D:0.01 k U:0.01 k - µTorrent 2.2.1"
12/03/2018 01:37:00 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "URxvt" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "Firefox" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "QtCreator" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "UE4Editor" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "SmartSVN" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "vlc" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "TelegramDesktop" does not match "Wine"
12/03/2018 01:37:00 AM - Checking window 0x03c00003 (class Wine)
12/03/2018 01:37:00 AM - Regular expression "Wine" matches "Wine"
12/03/2018 01:37:00 AM - window class matches (Wine)
12/03/2018 01:37:00 AM - dock status matches
12/03/2018 01:37:00 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:37:00 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:37:00 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:37:00 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:37:01 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:37:01 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:37:01 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:37:01 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:37:01 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:37:01 AM - _NET_WM_NAME changed to "i3-dump-log"
12/03/2018 01:37:01 AM - assignments.c:run_assignments:18 - Checking if any assignments match this window
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "URxvt" matches "URxvt"
12/03/2018 01:37:01 AM - window class matches (URxvt)
12/03/2018 01:37:01 AM - dock status matches
12/03/2018 01:37:01 AM - assignments.c:run_assignments:33 - This assignment already ran for the given window, not executing it again.
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "Firefox" does not match "URxvt"
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "QtCreator" does not match "URxvt"
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "UE4Editor" does not match "URxvt"
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "SmartSVN" does not match "URxvt"
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "vlc" does not match "URxvt"
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "TelegramDesktop" does not match "URxvt"
12/03/2018 01:37:01 AM - Checking window 0x01401e3b (class URxvt)
12/03/2018 01:37:01 AM - Regular expression "Wine" does not match "URxvt"
12/03/2018 01:37:01 AM - x.c:x_push_changes:998 - -- PUSHING WINDOW STACK --
12/03/2018 01:37:01 AM - x.c:x_push_changes:1071 - PUSHING CHANGES
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:37:01 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:37:01 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2630c50 is floating
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:37:01 AM - con.c:con_border_style_rect:1574 - The border width for con is set to: 2
12/03/2018 01:37:01 AM - con.c:con_border_style_rect:1583 - Effective border width is set to: 2
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:37:01 AM - con.c:con_is_floating:512 - checking if con 0x2631880 is floating
12/03/2018 01:37:01 AM - x.c:x_push_changes:1162 - ENDING CHANGES
12/03/2018 01:37:01 AM - ipc.c:ipc_send_window_event:1344 - Issue IPC window title event (con = 0x2630c50, window = 0x01401e3b)
12/03/2018 01:37:01 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
12/03/2018 01:37:01 AM - handlers.c:handle_event:1484 - event type 28, xkb_base 85
daa84 commented 5 years ago

This can be same as #91 . Can you try to start it with nvim-gtk < /dev/null ?

NuLL3rr0r commented 5 years ago

Thanks! I can confirm this indeed works:

# neovim
bindsym $mod+n exec /usr/local/bin/nvim-gtk < /dev/null
#bindsym $mod+n exec /usr/local/bin/nvim-qt
daa84 commented 5 years ago

Close as duplication of #91