gri3-wm/i3-input
Ingo Bürk 6b9b12c303 Do not set input focus in i3-input. (#2598)
This commit removes all traces of setting and reverting the input focus
in i3-input. We don't need to do this because grabbing the keyboard is
sufficient to have the attention we need.

Changing the input focus and reverting it can cause situations where i3
executes the IPC command before processing the FocusIn events. This leads
to i3's input focus change to be rejected due to the timing, leading to
an inconsistent focus state.

fixes #2597
2016-12-02 19:05:43 +01:00
..
UnicodeData.txt Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
convmap.pl Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
i3-input.h Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
keysym.map Fix spelling mistakes 2016-04-04 09:33:59 +02:00
keysym2ucs.c switch to clang-format-3.8 (#2547) 2016-11-08 13:46:43 -08:00
keysym2ucs.h Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
main.c Do not set input focus in i3-input. (#2598) 2016-12-02 19:05:43 +01:00