This script provides a quick and efficient way for Hyprland users to access and execute keybindings defined in their Hyprland configuration file. By leveraging the power of Rofi, this tool presents a user-friendly interface to browse and activate various system commands and shortcuts, streamlining the user experience on Hyprland.
- Hyprland: You must have Hyprland installed and properly configured on your system.
- Rofi: This script utilizes Rofi to display the keybindings menu. Ensure Rofi is installed before using this script.
-
Download the Script: Clone this repository or download the script directly to your local machine.
-
Make the Script Executable: Change the script's permissions to make it executable by running:
chmod +x rofi_keybinds.sh
-
Configure Hyprland: Make sure your Hyprland configuration file (
~/.config/hypr/hyprland.conf
) includes the keybindings you intend to use.$mod=SUPER bind=$mod, A, exec, ~/path/to/script/rofi_keybinds.sh # Show all keybinding bind=$mod, F, exec, rofi -show drun -show-icons # Application launcher bind=$mod, T, exec, kitty # Terminal bind=$mod, B, exec, brave # Brave web browser bind=$mod, E, exec, thunar # File Manager