Skip to content

Script for i3 to automatically switch horizontal / vertical window split orientation.

Notifications You must be signed in to change notification settings

timothyjin/autotiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autotiling

This script uses the i3ipc Rust library to switch the layout splith / splitv depending on the currently focused window dimensions.

This script is almost a direct port of https://github.com/nwg-piotr/autotiling from Python to Rust.

Installation

Run the following commands:

$ git clone https://github.com/timothyjin/autotiling
$ cd autotiling
$ cargo build --release

The built binary will be in target/release/autotiling. Place this file anywhere and autostart it by putting exec_always --no-startup-id /path/to/the/script/autotiling & in your i3 config.

About

Script for i3 to automatically switch horizontal / vertical window split orientation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages