From 6c6eaccb86c882059b8c74bbf5840370b10f2886 Mon Sep 17 00:00:00 2001 From: anand Date: Fri, 6 Mar 2026 21:50:46 +0530 Subject: De-hypr-ed my configs --- hypr/screenshotwayland.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 hypr/screenshotwayland.sh (limited to 'hypr/screenshotwayland.sh') diff --git a/hypr/screenshotwayland.sh b/hypr/screenshotwayland.sh deleted file mode 100755 index 212d8e2..0000000 --- a/hypr/screenshotwayland.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env bash -input_type=$(printf "region\nwindow" | rofi -dmenu) -case "$input_type" in - "window") - hyprshot -m window --clipboard-only - ;; - *) - hyprshot -m region --clipboard-only - ;; -esac - -choice=$(printf "save to clipboard\nsave to file" | rofi -dmenu) - -case "$choice" in - "save to file") - wl-paste > ~/Pictures/Screenshots/screenshot-$(date +%F_%H-%M-%S).png - ;; - *) - exit 0 - ;; -esac -- cgit v1.2.3