Script to access and execute defined hyprland binds using rofi
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-12 21:00:22 +03:00
LICENSE Create LICENSE 2025-09-21 15:08:20 +10:00
main.py use python3 instead 2026-06-12 21:00:22 +03:00
README.md update acknowledgements with license 2025-09-21 15:11:31 +10:00

hyprland-binds-rofi

Access and execute defined binds using rofi.

Preview

image

Requirements

  • python
  • rofi
  • hyprland

Usage

Run main.py -h to see up to date available options.

Flags:

  • -A - disable column alignment
  • after -- - command to run rofi with (default: rofi -dmenu -i -markup-rows -p bindings)

Installation

  1. Download main.py

  2. Configure hyprland to execute it. For example:

# SUPER + ?
bind = SUPER_SHIFT, slash,  exec, python $XDG_CONFIG_HOME/hypr/scripts/hyprland-binds-rofi/main.py

License

MIT License