Crates.io | hyprqtile |
lib.rs | hyprqtile |
version | 0.1.7 |
source | src |
created_at | 2024-06-14 20:46:29.930635 |
updated_at | 2024-06-19 16:50:11.484797 |
description | Qtile-like workspaces and monitors management for the Hyprland compositor |
homepage | |
repository | https://github.com/daniqss/hyprqtile |
max_upload_size | |
id | 1272367 |
size | 62,305 |
Qtile-like workspaces and monitors management for the Hyprland compositor that uses hyprland-rs to communicate with the compositor's sockets.
cargo install hyprqtile
[!WARNING] Make sure that
~/.cargo/bin
is in your PATH
bind = SUPER, 1, exec, hyprqtile --workspace 1
bind = SUPER, 2, exec, hyprqtile --workspace 2
bind = SUPER, 3, exec, hyprqtile --workspace 3
bind = SUPER, 4, exec, hyprqtile --workspace 4
bind = SUPER, right, exec, hyprqtile --next
bind = SUPER, left, exec, hyprqtile --previous
this program satisfies my needs, but if you want to add a feature, feel free to open a PR. I don't use (nor understand) nix, so adding some nix magic to support it would be awesome.