Skip to content

jason9075/rofi-hyprland-keybinds-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rofi-hyprland-keybinds-cheatsheet

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.

Preview

rofi-hyprland-keybinds-cheatsheet Preview

Demo Video (Click to Watch)

Watch the video

Prerequisites

  • 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.

Installation

  1. Download the Script: Clone this repository or download the script directly to your local machine.

  2. Make the Script Executable: Change the script's permissions to make it executable by running:

    chmod +x rofi_keybinds.sh
  3. 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
    

License

MIT License

About

Hyprland keybinds cheatsheet with Rofi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages