aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/KeyBinds.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-09-21 22:43:20 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-09-21 22:43:20 +0900
commit5687d88f03dc714e9029586e1269603fabdc81ac (patch)
treed0b8de8c526669f9bb30507804394475961403fa /config/hypr/scripts/KeyBinds.sh
parent6a18a2b5b9f1c6efd760ec9c85b61b44fc7a9096 (diff)
I got a little bit bored
Diffstat (limited to 'config/hypr/scripts/KeyBinds.sh')
-rwxr-xr-xconfig/hypr/scripts/KeyBinds.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh
index ccbb18a8..4aca73d9 100755
--- a/config/hypr/scripts/KeyBinds.sh
+++ b/config/hypr/scripts/KeyBinds.sh
@@ -5,7 +5,6 @@
# Kill yad to not interfere with this binds
pkill yad || true
-
# Define the config files
KEYBINDS_CONF="$HOME/.config/hypr/configs/Keybinds.conf"
USER_KEYBINDS_CONF="$HOME/.config/hypr/UserConfigs/UserKeybinds.conf"
@@ -20,11 +19,11 @@ if [[ -f "$LAPTOP_CONF" ]]; then
KEYBINDS+=$'\n'"$LAPTOP_BINDS"
fi
-# Check if we have any keybinds to display
+# check for any keybinds to display
if [[ -z "$KEYBINDS" ]]; then
echo "No keybinds found."
exit 1
fi
# Use rofi to display the keybinds
-echo "$KEYBINDS" | rofi -dmenu -i -p "Keybinds" -config ~/.config/rofi/config-keybinds.rasi
+echo "$KEYBINDS" | rofi -dmenu -i -p "Keybinds" -config ~/.config/rofi/config-keybinds.rasi \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage