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
I believe the following bash command is so that can keep files in the christopherpaine_org repository
rclone bisync ~/NixOS-Hyprland ~/christopherpaine_org/_code/NixOS-Hypr/ --progress --exclude ".git*"
making adjustments to the original (kde) flake
typically i will be in hyprland and i will su - chris
and then i will make a change, and in lazy git.. although cannot push… and then run sudo nixos-rebuild boot –flake .#nixos
as an aside omitting #nixos will automatically try to match using machines hostname
but on myhyprland setup the machine’s name is default.
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
}