mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-05 16:12:47 +02:00
Add layout overrides to window_opening test
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "set parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 0 × 0, bounds: 1280 × 720, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AN\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AU\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BN\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BU\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "set parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}"
|
||||
description: "want fullscreen: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AN\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AU\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}"
|
||||
description: "want fullscreen: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
|
||||
|
||||
unfullscreen configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BN\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BU\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 0 × 0, bounds: 1280 × 720, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 0 × 0, bounds: 1280 × 720, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}"
|
||||
description: "want fullscreen: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n open-fullscreen true\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 0 × 0, bounds: 1280 × 720, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 0 × 0, bounds: 1280 × 720, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
@@ -10,7 +10,7 @@ initial configure:
|
||||
size: 616 × 688, bounds: 1248 × 688, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated]
|
||||
|
||||
unfullscreen configure:
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "set parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "set parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "set parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "set parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
final workspace: 0 (ws-1)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
final workspace: 0 (ws-1)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: AN\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AN\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: AN\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AN\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AN\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: AN\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: AU\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AU\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: AU\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: AU\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: AU\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: AU\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B1\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B1\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B1\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B1\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B1\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B1\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B1\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B1\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: B2\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: BN\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BN\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: BN\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BN\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BN\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: BN\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: BU\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BU\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: BU\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: BU\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
||||
post-map configures:
|
||||
size: 1 × 1, bounds: 1920 × 1080, states: []
|
||||
size: 1 × 1, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: BU\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "want fullscreen: BU\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "config:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
description: "config:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n\n default-column-width {\n fixed 500\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen false\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 936 × 1048, bounds: 1888 × 1048, states: []
|
||||
size: 500 × 1028, bounds: 1868 × 1028, states: []
|
||||
|
||||
post-map configures:
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "set parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "set parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "set parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "set parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "set parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: A1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: A1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
final workspace: 0 (ws-1)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: A2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: A2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: B1\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: B1\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-1\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-1
|
||||
final workspace: 0 (ws-1)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
|
@@ -1,17 +1,17 @@
|
||||
---
|
||||
source: src/tests/window_opening.rs
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
description: "want fullscreen: A1\nset parent: B2\nconfig:\noutput \"headless-2\" {\n layout {\n border {\n on\n }\n }\n}\n\nworkspace \"ws-1\" {\n open-on-output \"headless-1\"\n}\n\nworkspace \"ws-2\" {\n open-on-output \"headless-2\"\n\n layout {\n border {\n width 10\n }\n }\n}\n\nwindow-rule {\n exclude title=\"parent\"\n\n open-on-output \"headless-2\"\n open-fullscreen true\n}\n\nwindow-rule {\n match title=\"parent\"\n open-on-output \"headless-2\"\n}"
|
||||
expression: snapshot
|
||||
---
|
||||
final monitor: headless-2
|
||||
final workspace: 0 (ws-2)
|
||||
|
||||
initial configure:
|
||||
size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1900 × 1060, states: [Fullscreen]
|
||||
|
||||
post-map configures:
|
||||
size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]
|
||||
size: 1920 × 1080, bounds: 1868 × 1028, states: [Fullscreen]
|
||||
|
||||
unfullscreen configure:
|
||||
size: 0 × 0, bounds: 1920 × 1080, states: []
|
||||
size: 0 × 0, bounds: 1900 × 1060, states: []
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user