From b8c1f0f4ebc5deb25fdc9849624261b896c3323e Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 4 Aug 2025 09:43:03 +0530 Subject: hyprland: use kanshi for auto-management of monitors --- .local/bin/wrdm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/wrdm (limited to '.local/bin/wrdm') 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 - -- cgit v1.2.3