mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Implement input map_to_region command
This commit is contained in:
parent
df1a046875
commit
4829f1c26a
8 changed files with 97 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ The following commands may only be used in the configuration file.
|
|||
Maps inputs from this device to the specified output. Only meaningful if the
|
||||
device is a pointer, touch, or drawing tablet device.
|
||||
|
||||
*input* <identifier> map_to_region <WxH@X,Y>
|
||||
*input* <identifier> map_to_region <X> <Y> <width> <height>
|
||||
Maps inputs from this device to the specified region of the global output
|
||||
layout. Only meaningful if the device is a pointer, touch, or drawing tablet
|
||||
device.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue