29ffad78e3
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
10 lines
165 B
Plaintext
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.
|