diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-02 19:27:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-02 19:27:07 +0900 |
| commit | 2ec9b62dc338119dd84e2f55a0a4da8352e5f21d (patch) | |
| tree | 785e6e12a7642f0577605a6334067b8a72b7bc3e /config/hypr/scripts/KeyHints.sh | |
| parent | c72e135fc1285b351e3c27ed4be6c16dde3bf45d (diff) | |
Change Keybind for drop down terminal
Disabled Launch rofi using Super key
Keyhints Updated
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 796084b8..97d612b0 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -39,11 +39,13 @@ yad --width=$dynamic_width --height=$dynamic_height \ --timeout-indicator=bottom \ "ESC" "close this app" "" "=" "SUPER KEY (Windows Key)" "(SUPER KEY)" \ " enter" "Terminal" "(kitty)" \ +" SHIFT enter" "DropDown Terminal" "(kitty-pyprland)" \ " or D" "App Launcher" "(rofi)" \ " T" "Open File Manager" "(Thunar)" \ " S" "Google Search" "(rofi)" \ " Q" "close active window" "(not kill)" \ " Shift Q " "closes a specified window" "(window)" \ +" Z" "Desktop Zoom" "(pyprland)" \ " Alt V" "Clipboard Manager" "(cliphist)" \ " W" "Choose wallpaper" "(Wallpaper Menu)" \ "CTRL ALT W" "Random wallpaper" "(via swww)" \ |
