summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-27 21:46:49 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-27 21:46:49 +0530
commitbb5e54f7f4c419f6d45cd9bda419e5c25f24bd2c (patch)
tree0fdee48fd4ebf0385a8dd2115e85a5344c6e35dd /.local
parenta5ec1473420749a4597577c7e359776ec49d995d (diff)
dunstrc
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/wrdm6
1 files changed, 6 insertions, 0 deletions
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"
+