oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
135 bytes raw
1
const monitor_mod = @import("../monitor.zig");
2
3
pub const layout = monitor_mod.Layout{
4
    .symbol = "><>",
5
    .arrange_fn = null,
6
};