diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-07 13:49:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 13:49:12 +0900 |
| commit | fd4c2c3f7566b46eb22c693ea97f25baadf292e2 (patch) | |
| tree | 13f6698c9430bf4ea3ad9ba8d33e09f7f9c7512c /config/hypr/scripts/KeyHints.sh | |
| parent | 3fa5c6a5973d0cec5801f5b46da87e8ff2b7ee90 (diff) | |
| parent | 56f61f9d90095eb5464bd6f38f606e03f8fd9c33 (diff) | |
Merge pull request #10 from JaKooLit/Beta-v0.4
Hyprland-Dots V2
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh new file mode 100755 index 00000000..d95c16e1 --- /dev/null +++ b/config/hypr/scripts/KeyHints.sh @@ -0,0 +1,38 @@ +#!/bin/sh + +yad --width=1000 --height=900 \ +--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 or 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 L" "screen lock" "(swaylock)" \ +"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" ""\ + + |
