mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
dont copy input config
This commit is contained in:
parent
35445b40a2
commit
22287b42bf
3 changed files with 20 additions and 18 deletions
|
|
@ -428,7 +428,7 @@ void sway_keyboard_configure(struct sway_keyboard *keyboard) {
|
|||
struct xkb_rule_names rules;
|
||||
memset(&rules, 0, sizeof(rules));
|
||||
struct input_config *input_config =
|
||||
keyboard->seat_device->input_device->config;
|
||||
input_device_get_config(keyboard->seat_device->input_device);
|
||||
struct wlr_input_device *wlr_device =
|
||||
keyboard->seat_device->input_device->wlr_device;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue