diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:17:38 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:17:38 +0900 |
| commit | d6323beb67459be5d5504e72f888456ca18f9507 (patch) | |
| tree | 6a86c94dc7e1afd610c7d32449f62aa7f283a40f /config | |
| parent | cb5e0b87900306ff00ad27178c51b9140e594170 (diff) | |
updated keyhints
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 2eedf942..cb87ad3a 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -1,6 +1,6 @@ #!/bin/sh -yad --width=1000 --height=800 \ +yad --width=1000 --height=900 \ --center \ --title="Keybindings" \ --no-buttons \ @@ -14,7 +14,7 @@ yad --width=1000 --height=800 \ " enter" "Terminal" "(kitty)" \ " D" "App Launcher" "(rofi)" \ " T" "Open File Manager" "(Thunar)" \ -" Q | Shift Q" "close focused app" "(kill)" \ +" Q or Shift Q " "close focused app" "(kill)" \ " Alt V" "Clipboard Manager" "(cliphist)" \ " CTRL W" "Choose wallpaper" "(swww)" \ " W" "Random wallpaper" "(swww)" \ |
