Browse Source

updated keyhints

pull/10/head
JaKooLit 2 years ago
parent
commit
d6323beb67
  1. 4
      config/hypr/scripts/KeyHints.sh

4
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)" \

Loading…
Cancel
Save