swayfx/include/sway/input
Brian Ashworth 23c64ab22d input/keyboard: attempt default keymap on failure
This attempts to use the default keymap when the one defined in the
input config fails to compile. The goal is to make it so the keyboard
is always in a usable state, even if it is not the user's requested
settings as usability is more important.

This also removes the calls to `getenv` for the `XKB_DEFAULT_*` family
of environment variables. The reasoning is libxkbcommon will fallback
to using those (and then the system defaults) when any of the rule
names are `NULL` or an empty string anyway so there is no need for
sway to duplicate the efforts.
2019-05-14 08:23:26 -06:00
..
cursor.h Introduce default seatop 2019-03-17 10:02:04 -06:00
input-manager.h Add heuristics to differentiate touchpads 2019-04-14 19:31:36 -04:00
keyboard.h input/keyboard: attempt default keymap on failure 2019-05-14 08:23:26 -06:00
seat.h Fix scratchpad fullscreen behavior and crash 2019-04-13 08:48:37 -06:00
switch.h Support WLR_INPUT_DEVICE_SWITCH in sway 2019-03-19 23:58:47 -04:00