diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-01 19:09:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-01 19:09:41 +0900 |
| commit | a63e7e67bc6589f58bbed9e4c244010bd4b12642 (patch) | |
| tree | f9b6675994798f2d914e143160154dcc3d71e359 /config/hypr/scripts | |
| parent | 3aca5b0b7147d9d2c58091f3d229566b6dd778a3 (diff) | |
some script clean up
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/RofiSearch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/RofiSearch.sh b/config/hypr/scripts/RofiSearch.sh index ccc73016..faf07865 100755 --- a/config/hypr/scripts/RofiSearch.sh +++ b/config/hypr/scripts/RofiSearch.sh @@ -13,5 +13,5 @@ if pgrep -x "rofi" >/dev/null; then fi # Open rofi with a dmenu and pass the selected item to xdg-open for Google search -echo "" | rofi -dmenu -config "$rofi_config" -p "Search:" | xargs -I{} xdg-open "https://www.google.com/search?q={}" +echo "" | rofi -dmenu -config "$rofi_config" | xargs -I{} xdg-open "https://www.google.com/search?q={}" |
