aurora-0025 / i3-autosplit

To dynamically change the split direction in I3/Sway so as to split new windows automatically based on the width and height of the focused window
MIT License
6 stars 1 forks source link
i3wm


To dynamically change the split direction in I3/Sway so as to split new windows automatically based on the width and height of the focused window

Inspired By

--- # Quick start ## Ubuntu ```bash $ sudo apt install python3-pip $ pip3 install i3ipc $ git clone https://github.com/aurora-0025/i3-autosplit ``` Adding to your i3-autosplit to autostart of i3 config > Edit your i3 config file `~/.config/i3/config` add this line ```bash exec --no-startup-id python /path/to/i3-autosplit.py ``` ## Arch ```bash $ sudo pacman -S python-pip $ pip3 install i3ipc $ git clone https://github.com/aurora-0025/i3-autosplit ``` Adding to your i3-autosplit to autostart of i3 config > Edit your i3 config file `~/.config/i3/config` add this line ```bash exec --no-startup-id python /path/to/i3-autosplit.py ``` # PREVIEW