From bb5e54f7f4c419f6d45cd9bda419e5c25f24bd2c Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 27 Jun 2022 21:46:49 +0530 Subject: dunstrc --- .local/bin/wrdm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/wrdm (limited to '.local/bin') diff --git a/.local/bin/wrdm b/.local/bin/wrdm new file mode 100755 index 0000000..e8f5f4e --- /dev/null +++ b/.local/bin/wrdm @@ -0,0 +1,6 @@ +#!/bin/sh + +word=$(dmenu -p "Enter Word: " <&-) +#$BROWSER https://www.merriam-webster.com/dictionary/$word +$BROWSER "https://www.google.com/search?hl=en&q=define+$word" + -- cgit v1.2.3