Utilities for the River Wayland compositor
Project description
riverwm-utils
Utilities for the River Wayland compositor. Currently just one utility is included.
Install
Development version
Clone the repository:
git clone https://github.com/NickHastings/riverwm-utils.git
Install locally with pip
python3 -m pip install ./riverwm-utils
Stable realeases
python3 -m pip install riverwm-utils
Usage
cycle-focused-tags
Change to either the next or previous focused tags.
The script takes two arguments: the first is being the direction next|previous, the second being the maximum number of tags at which the cycling should wrap back to the first tag (or to the last tag from the first tag).
If the second argument is omitted the maximum number of tags is assumed to be 32. If both arguments are ommited the direction, next, will be used.
The script can be called using spawn in the users init file. For example:
riverctl map normal Mod4 Up spawn "cycle-focused-tags previous 9"
riverctl map normal Mod4 Down spawn "cycle-focused-tags next 9"
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
Hashes for riverwm_utils-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad1cb193a6159d18d48db59b220487fd33ac59d6a5c5f014c9ae42ae717996b5 |
|
MD5 | 4f4e5f852a7db7eec1567bd9b23d4c24 |
|
BLAKE2b-256 | 0425db05607d5397b16b076417d961abdbe93b84b154e533f7829439df35337d |