hyprqtile

Crates.iohyprqtile
lib.rshyprqtile
version0.1.7
sourcesrc
created_at2024-06-14 20:46:29.930635
updated_at2024-06-19 16:50:11.484797
descriptionQtile-like workspaces and monitors management for the Hyprland compositor
homepage
repositoryhttps://github.com/daniqss/hyprqtile
max_upload_size
id1272367
size62,305
(daniqss)

documentation

README

hyprqtile

Crates.io Version

Qtile-like workspaces and monitors management for the Hyprland compositor that uses hyprland-rs to communicate with the compositor's sockets.

installation

cargo

cargo install hyprqtile

[!WARNING] Make sure that ~/.cargo/bin is in your PATH

usage

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

contributing

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.

todo

  • add tests
  • add shell completions
  • add movetoworkspace dispatcher
  • add aur

thanks to

Commit count: 39

cargo fmt