From c561734c9de932c9e314be55505b1972fa5eed11 Mon Sep 17 00:00:00 2001 From: Levent Kaan Oğuz <54986478+LeventKaanOguz@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:34:26 +0300 Subject: feat: Added Google search & shortcut for rofi --- config/hypr/scripts/RofiSearch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 config/hypr/scripts/RofiSearch.sh (limited to 'config/hypr/scripts/RofiSearch.sh') diff --git a/config/hypr/scripts/RofiSearch.sh b/config/hypr/scripts/RofiSearch.sh new file mode 100755 index 00000000..a16b52d8 --- /dev/null +++ b/config/hypr/scripts/RofiSearch.sh @@ -0,0 +1,3 @@ +# Opens rofi in dmenu mod and waits for input. Then pushes the input to the query of the URL. +# +echo "" | rofi -dmenu -p "Search:" | xargs -I{} xdg-open https://www.google.com/search?q={} -- cgit v1.2.3