little changes to my library must be committed.. i am not trying to boost my commit history, i swear

This commit is contained in:
yigid balaban 2024-06-08 17:31:34 +03:00
parent a84d53c475
commit 4dd5de2027
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# and print to stdout (-)
# 2. the data printed to stdout is piped to wl-copy and it's copied
# 3. the data is pasted to a file in folder $SS
SS="/media/yigid/share/shoka/swap/screenshots"
SS="/media/yigid/share/shoka/photos/Screenshots"
TEMP_FILE="$HOME/temp_file"
ACTIVE_MON=$( hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name' )

View File

@ -4,7 +4,7 @@
#
# Select an area with slurp, ss with grim
# and copy to clipboard.
SS="/media/yigid/share/shoka/swap/screenshots"
SS="/media/yigid/share/shoka/photos/Screenshots"
TEMP_FILE="$HOME/temp_file"
grim -g "$( slurp )" "$TEMP_FILE"