diff --git a/ss_full.sh b/ss_full.sh index f913e8e..a08a18d 100755 --- a/ss_full.sh +++ b/ss_full.sh @@ -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' ) diff --git a/ss_rect.sh b/ss_rect.sh index a45dc1a..7f83a4e 100755 --- a/ss_rect.sh +++ b/ss_rect.sh @@ -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"