diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-10-03 23:30:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 23:30:04 +0900 |
| commit | 14652e5d6b778f20b2030549c5218cd9656b8cc2 (patch) | |
| tree | d489129453f5c9ad446c885f3e147d67c90df9a3 /config/hypr/scripts/KeyBinds.sh | |
| parent | 6c3a4faac8eb0acf4f9020535397a29e722aff5b (diff) | |
| parent | c612535e921d5b38c84b043250d1dc830a4dacb1 (diff) | |
Merge branch 'main' into development
Diffstat (limited to 'config/hypr/scripts/KeyBinds.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyBinds.sh | 5 |
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 |
