Rclone required

ATTENTION: this has been revised so that it doesnt copy across the git files… but similarly so that it doesn’t delete them from source either . double check it

rclone bisync ~/NixOS-Hyprland ~/christopherpaine_org/_code/NixOS-Hypr/ --progress --exclude ".git*"

Screenshots


shotarea() {
	tmpfile=$(mktemp)
	grim -g "$(slurp)" - >"$tmpfile"

  # Copy with saving
	if [[ -s "$tmpfile" ]]; then
    # chris made amendments to save location not picture
		wl-copy <"$tmpfile"
		mv "$tmpfile" "$dir/$file"
#   echo "$dir/$file" | wl-copy  # copy file path
	fi
	notify_view
}


This site uses Just the Docs, a documentation theme for Jekyll.