flow-wm 0.1.1

A scrolling, infinite-horizontal-canvas tiling window manager for Windows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Test-harness window rules for the integration-test daemon.

#

# Every window the tests create (class `FlowTestClass`, exe `cli-*.exe`, title

# `FlowTest-*`) matches no rule in any layer of the classification pipeline

# (user -> learned -> default). Without the override below the classifier

# falls back to the compiled default (`default_action = "float"`), so no test

# window would ever tile and every integration assertion expecting tiled

# columns would see `columns: []`.

#

# Setting the fallback to "tile" makes the test daemon tile unknown windows,

# which is what the integration tests assume. This file is embedded via

# `include_str!` in `tests/cli/test_desktop.rs` and written into a per-test

# config directory passed to `flowd --config <dir>`.



default_action = "tile"