diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 12:46:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 12:46:32 +0900 |
| commit | 7d376633842c143e658a3900c1d7fb10f8af4033 (patch) | |
| tree | e23bd823f47cef8d9c50e98ddec1a5d9aab19c17 /config/hypr/scripts/KeyBinds.sh | |
| parent | 3056d2060700d35b37b05634e226c734304a5efe (diff) | |
updates: Keybinds added in Hint button (right click), Added Default_v4 waybar for non-laptop. Minor ags style tweak. Minor tweak on config-keybinds.rasi
Diffstat (limited to 'config/hypr/scripts/KeyBinds.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyBinds.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh index 29217910..01764f0f 100755 --- a/config/hypr/scripts/KeyBinds.sh +++ b/config/hypr/scripts/KeyBinds.sh @@ -3,6 +3,11 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # Searchable enabled keybinds using rofi +# Check if yad is running and kill it if it is +if pgrep -x "yad" > /dev/null; then + pkill yad +fi + # Define the config files KEYBINDS_CONF="$HOME/.config/hypr/configs/Keybinds.conf" USER_KEYBINDS_CONF="$HOME/.config/hypr/UserConfigs/UserKeybinds.conf" |
