diff options
Diffstat (limited to 'config/hypr/scripts')
| -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)" \ |
