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 #!/bin/sh
yad --width=1000 --height=800 \ yad --width=1000 --height=900 \
--center \ --center \
--title="Keybindings" \ --title="Keybindings" \
--no-buttons \ --no-buttons \
@ -14,7 +14,7 @@ yad --width=1000 --height=800 \
" enter" "Terminal" "(kitty)" \ " enter" "Terminal" "(kitty)" \
" D" "App Launcher" "(rofi)" \ " D" "App Launcher" "(rofi)" \
" T" "Open File Manager" "(Thunar)" \ " 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)" \ " Alt V" "Clipboard Manager" "(cliphist)" \
" CTRL W" "Choose wallpaper" "(swww)" \ " CTRL W" "Choose wallpaper" "(swww)" \
" W" "Random wallpaper" "(swww)" \ " W" "Random wallpaper" "(swww)" \

Loading…
Cancel
Save