You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The ability to define custom layouts which only show for specific displays. Essentially a layout selection filter per display.
Let's say you have 2 monitors. One is horizontal and one is vertical. You would only want the horizontal layouts shown as an option for the horizontal display and not the vertical layouts. The reverse also applies.
From what I understood, this is the original point of: #4.
Describe the solution you'd like.
Set a display or monitor field in the config during layout definition. Ideally the display connection name can be used rather than an index.
This would then only allow the android debugging layout on the HDMI-A-2 display and not other displays.
If the monitor/display field is not set, then the default behaviour can be used where it'll display. This way we can have universal layouts but also layouts per monitor.
Describe alternatives you've considered.
Instead of using (HDMI-A-2, DP-2, HDMI-A-1), (0, 1, 2) can be used.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The ability to define custom layouts which only show for specific displays. Essentially a layout selection filter per display.
Let's say you have 2 monitors. One is horizontal and one is vertical. You would only want the horizontal layouts shown as an option for the horizontal display and not the vertical layouts. The reverse also applies.
From what I understood, this is the original point of: #4.
Describe the solution you'd like.
Set a
display
ormonitor
field in the config during layout definition. Ideally the display connection name can be used rather than an index.Example for the config would be:
This is with the data from:
$ xrandr --listmonitors Monitors: 3 0: +*HDMI-A-2 1920/598x1080/336+1920+0 HDMI-A-2 1: +DP-2 1920/598x1080/336+0+0 DP-2 2: +HDMI-A-1 1920/598x1080/336+3840+0 HDMI-A-1
This would then only allow the android debugging layout on the
HDMI-A-2
display and not other displays.If the monitor/display field is not set, then the default behaviour can be used where it'll display. This way we can have universal layouts but also layouts per monitor.
Describe alternatives you've considered.
Instead of using
(HDMI-A-2, DP-2, HDMI-A-1)
,(0, 1, 2)
can be used.The text was updated successfully, but these errors were encountered: