diff options
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh new file mode 100755 index 00000000..2eedf942 --- /dev/null +++ b/config/hypr/scripts/KeyHints.sh @@ -0,0 +1,37 @@ +#!/bin/sh + +yad --width=1000 --height=800 \ +--center \ +--title="Keybindings" \ +--no-buttons \ +--list \ +--column=Key: \ +--column=Description: \ +--column=Command: \ +--timeout=30 \ +--timeout-indicator=bottom \ +"ESC" "close this app" "" "=" "SUPER KEY" "(SUPER KEY)" \ +" enter" "Terminal" "(kitty)" \ +" D" "App Launcher" "(rofi)" \ +" T" "Open File Manager" "(Thunar)" \ +" Q | Shift Q" "close focused app" "(kill)" \ +" Alt V" "Clipboard Manager" "(cliphist)" \ +" CTRL W" "Choose wallpaper" "(swww)" \ +" W" "Random wallpaper" "(swww)" \ +" ALT W" "Choose waybar layout" "(waybar layout)" \ +" SHIFT W" "cycle waybar styles" "(waybar styles)" \ +" Print" "screenshot" "(grim)" \ +" Shift Print" "screenshot region" "(grim + slurp)" \ +" Shift S" "screenshot region" "(swappy)" \ +"CTRL ALT P" "power-menu" "(wlogout)" \ +"CTRL ALT Del" "Hyprland Exit" "(SAVE YOUR WORK!!!)" \ +" F" "Fullscreen" "Toggles to full screen" \ +" Spacebar" "Toggle Dwindle | Master Layout" "Hyprland Layout" \ +" Shift F" "Toggle all windows to float" "" \ +" SHIFT H" "Launch a small Help File" "" \ +" H" "Launch this app" "" \ +" E" "View or EDIT Keybinds, Settings, Monitor" "" \ +"" "" "" \ +"" "This window will auto-close in 30 secs" ""\ + + |
