mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
sway input device
This commit is contained in:
parent
462a451328
commit
163edc5a90
14 changed files with 258 additions and 215 deletions
|
|
@ -136,10 +136,7 @@ void output_add_notify(struct wl_listener *listener, void *data) {
|
|||
output->resolution.notify = output_resolution_notify;
|
||||
wl_signal_add(&wlr_output->events.resolution, &output->resolution);
|
||||
|
||||
for (int i = 0; i < server->input->seats->length; ++i) {
|
||||
struct sway_seat *seat = server->input->seats->items[i];
|
||||
sway_seat_configure_xcursor(seat);
|
||||
}
|
||||
sway_input_manager_configure_xcursor(input_manager);
|
||||
|
||||
arrange_windows(output->swayc, -1, -1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue