mirror of
https://github.com/zoriya/river.git
synced 2025-12-06 07:06:10 +00:00
input: apply map-to-output on output activation
Currently a map-to-output input config setting loses effect when an output is disabled and re-enabled for example.
This commit is contained in:
@@ -416,6 +416,9 @@ pub fn activateOutput(root: *Root, output: *Output) void {
|
||||
}
|
||||
assert(root.fallback_pending.focus_stack.empty());
|
||||
assert(root.fallback_pending.wm_stack.empty());
|
||||
|
||||
// Enforce map-to-output configuration for the newly active output.
|
||||
server.input_manager.reconfigureDevices();
|
||||
}
|
||||
|
||||
/// Trigger asynchronous application of pending state for all outputs and views.
|
||||
|
||||
Reference in New Issue
Block a user