freebsd-ports/x11/py-autotiling/pkg-message
Robert Clausecker 29ffad78e3 x11/py-autotiling: Add new port
Automatically switch the window split orientation in sway and i3.

This script uses the i3ipc-python library to switch the layout
splith/splitv depending on the currently focused window dimensions.  It
works on both sway and i3 window managers.

PR:		267408
2022-11-11 21:25:24 +01:00

10 lines
165 B
Plaintext

To use x11/py-autotiling, add
exec_always autotiling
or
exec_always --no-startup-id autotiling
to the ~/.config/sway/config or ~/.config/i3/config file.