diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-04 09:43:03 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-04 09:43:03 +0530 |
| commit | b8c1f0f4ebc5deb25fdc9849624261b896c3323e (patch) | |
| tree | 2b81b45134f4051689a6e85103140f85440d7d30 /.local/bin/wrdm | |
| parent | 3718ac5eb3aae770e0b50e44b514c276376f1bcf (diff) | |
hyprland: use kanshi for auto-management of monitors
Diffstat (limited to '.local/bin/wrdm')
| -rwxr-xr-x | .local/bin/wrdm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/wrdm b/.local/bin/wrdm deleted file mode 100755 index 5b10f05..0000000 --- a/.local/bin/wrdm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/env bash - -# word=$(dmenu -p "Enter Word: " <&-) -word=$(cat ~/.local/bin/words.txt | dmenu -l 25 -p "Choose Word: ") -#$BROWSER https://www.merriam-webster.com/dictionary/$word -if [[ -n $word ]]; then - $BROWSER "https://www.google.com/search?hl=en&q=define+$word" -fi - |
