diff options
Diffstat (limited to 'config/hypr/scripts/rofi-ssh-menu.sh')
| -rwxr-xr-x | config/hypr/scripts/rofi-ssh-menu.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/scripts/rofi-ssh-menu.sh b/config/hypr/scripts/rofi-ssh-menu.sh index 1b058f59..53167c0e 100755 --- a/config/hypr/scripts/rofi-ssh-menu.sh +++ b/config/hypr/scripts/rofi-ssh-menu.sh @@ -90,6 +90,7 @@ if pgrep -x "rofi" >/dev/null 2>&1; then pkill rofi fi +"${XDG_CONFIG_HOME:-$HOME/.config}/hypr/scripts/RofiFocusedWallpaperLink.sh" >/dev/null 2>&1 || true selection="$(printf '%s\n' "${menu_entries}" | rofi -dmenu -i -p "SSH" -mesg "${MSG}" -config "${ROFI_CONFIG}")" if [[ -z "${selection}" ]]; then |
