Clean home env

This commit is contained in:
soraefir
2026-06-14 10:39:32 +02:00
parent 577fd364fd
commit abce77a6a6
16 changed files with 125 additions and 123 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
eww close popup 2>/dev/null
hyprpicker -a

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
eww close popup 2>/dev/null
swaylock

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
DIR="$HOME/Pictures/Screenshots"
mkdir -p "$DIR"
FILE="$DIR/$(date +%Y-%m-%d_%H-%M-%S).png"
grim -g "$(slurp)" "$FILE" && wl-copy < "$FILE"
eww close popup 2>/dev/null
sleep 0.15
hyprshot -m region --raw | satty --filename - --early-exit --action-on-enter save-to-clipboard --copy-command wl-copy