From 7a9f503017b72242e4b5f1dbd031c3a99d627f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 25 May 2023 07:36:03 +0300 Subject: [PATCH] hyprland workspace: ss and save --- wl_ss.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wl_ss.sh diff --git a/wl_ss.sh b/wl_ss.sh new file mode 100644 index 0000000..87f7236 --- /dev/null +++ b/wl_ss.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +# +# Ferit Yiğit BALABAN, +# +# Select an area with slurp, ss with grim +# and copy to clipboard. +export GRIM_DEFAULT_DIR="$HOME/items/ss" +grim -g "$( slurp )" - | wl-copy --type image/png