Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Define _POSIX_C_SOURCE globally | Simon Ser | |
See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555 | |||
2022-06-22 | Remove access to wlr_input_device union | Simon Ser | |
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3626 Closes: https://github.com/swaywm/sway/issues/7077 | |||
2022-04-28 | xkb_switch_layout: fix relative layout switches | Victor Makarov | |
Fixes #6011 | |||
2022-02-21 | sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout | Simon Zeni | |
2020-03-11 | input: implement cycling through keyboard layout list | Bor Grošelj Simić | |
2019-07-18 | input_cmd_xkb_switch_layout: support input types | Brian Ashworth | |
This just adds input type config support to input_cmd_xkb_switch_layout so that `input type:keyboard xkb_switch_layout <idx>` will work | |||
2019-06-09 | Add a new xkb_switch_layout command | Simon Ser | |
This allows users to programatically change the active layout. |