Balance windows and workspaces in i3wm
Project description
i3-balance-workspace
Balance windows and workspaces in i3wm. Functionality is similar to the Emacs command M-x balance-windows.
Installation
Following are available options to install i3-balance-workspace:
-
Install from PyPi (Python Package Index) using
pip:$ pip install i3-balance-workspace
-
For Arch-Linux users, install
i3-balance-workspacevia the AUR. -
To install locally, ensure
poetryandpipare installed on your system. Then execute:$ make install
Usage
usage: i3_balance_workspace [-h] [--scope {workspace,focus}] [--timeout <int>]
options:
--scope {workspace,focus}
scope of resizing containers (default: workspace)
--timeout <int>
timeout in seconds for resizing (default: 1)
-h, --help <flag>
show this help message and exit
In order to balance all windows in the current workspace, simply execute:
$ i3_balance_workspace
Alternatively, it is possible to only balance the windows that are in focus. For this, execute the following:
$ i3_balance_workspace --scope focus
In order to get the full benefit of this routine, it is recommended to initialize i3 persistent keybindings. Below are example keybindings which can be appended to your i3 config file.
bindsym $mod+b exec "i3_balance_workspace --scope focus"
bindsym $mod+Shift+b exec "i3_balance_workspace"
Examples
i3-balance-workspace has been tested and shows good performance on both simple and complex workspace layouts. Take a look at some examples:
Scope: Workspace
Scope: Focused windows
Bugs
In case of any bugs, feel free to open a GitHub issue.
Developments
Further developments to this repository are summarized in our development log.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file i3-balance-workspace-1.8.6.tar.gz.
File metadata
- Download URL: i3-balance-workspace-1.8.6.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Linux/5.15.22-1-lts
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc9767fd0eabeb415081f7a1b507de0e498dd11cf765aaa0361896be3c90172d
|
|
| MD5 |
786d29f2ac5679b42cc0efd061dc8310
|
|
| BLAKE2b-256 |
40b6099f41be02d79d795dbe17e815d9a1b38c48e40ae93fa173c0b50caa17e0
|
File details
Details for the file i3_balance_workspace-1.8.6-py3-none-any.whl.
File metadata
- Download URL: i3_balance_workspace-1.8.6-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Linux/5.15.22-1-lts
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de6bcd75b01dbf3657c379b127f64ef537d74fb335ff1473c908cce22c6929dd
|
|
| MD5 |
1df074a260bb361aca6416daf3dcd960
|
|
| BLAKE2b-256 |
3d9cbd4469a8302251955ec8d3e96bcee7c796e2b37618725caf4d856a5446ed
|