From d6323beb67459be5d5504e72f888456ca18f9507 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 13:17:38 +0900 Subject: [PATCH] updated keyhints --- config/hypr/scripts/KeyHints.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 2eedf94..cb87ad3 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)" \