diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-21 22:43:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-21 22:43:20 +0900 |
| commit | 5687d88f03dc714e9029586e1269603fabdc81ac (patch) | |
| tree | d0b8de8c526669f9bb30507804394475961403fa /config/hypr/scripts/KeyBinds.sh | |
| parent | 6a18a2b5b9f1c6efd760ec9c85b61b44fc7a9096 (diff) | |
I got a little bit bored
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 |
