diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-19 22:29:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 22:29:25 +0900 |
| commit | 800a9f053ee98518d256105435f00ec08ed98b78 (patch) | |
| tree | 7effbef11ac15bb47d41042154ea5358197d89c3 | |
| parent | c5d59634955930adde5490df013280ed6b16df5d (diff) | |
| parent | fbd62fb8614cc0fdf1bf5f0c47c52b1b06659720 (diff) | |
Merge pull request #569 from JaKooLit/main
updated help file
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 982a97e5..60b2d689 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -61,12 +61,13 @@ GDK_BACKEND=$BACKEND yad \ " SPACEBAR" "Toggle float" "single window" \ " ALT SPACEBAR" "Toggle all windows to float" "all windows" \ " ALT O" "Toggle Blur" "normal or less blur" \ +" CTRL O" "Toggle Opaque ON or OFF" "on active window only" \ " Shift A" "Animations Menu" "Choose Animations via rofi" \ " CTRL R" "Rofi Themes Menu" "Choose Rofi Themes via rofi" \ -" CTRLL Shift R" "Rofi Themes Menu v2" "Choose Rofi Themes via Theme Selector (modified)" \ +" CTRL Shift R" "Rofi Themes Menu v2" "Choose Rofi Themes via Theme Selector (modified)" \ " SHIFT G" "Gamemode! All animations OFF or ON" "toggle" \ " ALT E" "Rofi Emoticons" "Emoticon" \ " ALT V" "Clipboard Manager" "cliphist" \ -" H" "Launch this QUICK CHEAT" "" \ +" H" "Launch this Quick Cheat Sheet" "" \ "" "" "" \ "More tips:" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\
\ No newline at end of file |
