mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
Define monitor order with monrules[]
The order in which monitors are defined in monrules[] actually matters. Monotors that aren't configured in monrules[], it will always be the leftmost.
This commit is contained in:
parent
cf7c5eae21
commit
5668c61616
2 changed files with 29 additions and 4 deletions
|
@ -32,6 +32,9 @@ static const MonitorRule monrules[] = {
|
|||
*/
|
||||
/* defaults */
|
||||
{ NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
|
||||
/* with the outputOder patch, the order in which every monitor is defined
|
||||
* defines its actual position. Non configured monitor, are always added to
|
||||
* the left */
|
||||
};
|
||||
|
||||
/* keyboard */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue