@dontblink @Max_P I retract my "ideal" statement; this is the way to do it.
eshep
@dontblink I'd think #NixOS would be ideal for this task. As for hardware, any of the SBCs listed on their ARM page should do.
@brownmustardminion I think you'd be fine still usin swappy
, just use it in a way that does what you need. I use maim
piped to xclip
as below, then I tie each of those cases to [PrScr] with different modkeys.
case "${1}" in
area) maim --hidecursor -s |tee $HOME/Pictures/Screenshots/$(date +%y%m%d-%H%M%S).png |xclip -selection clipboard -t image/png
;;
savew) maim --hidecursor -i $(xdotool getactivewindow) |tee $HOME/Pictures/Screenshots/$(date +%y%m%d-%H%M%S).png |xclip -selection clipboard -t image/png
;;
savef) maim --hidecursor |tee $HOME/Pictures/Screenshots/$(date +%y%m%d-%H%M%S).png |xclip -selection clipboard -t image/png
;;
esac
@ackthxbye Maybe a bit further than you wanna go, but I can confirm that a keyboard running kmk works perfectly fine with games under wine. If you have a keyboard/mouse that's able to be installed with CircuitPython, you'll have the ability to assign more macros than you can count.
@merompetehla If you're not running sid, do not look for install instructions on the sid page. If you're on 12.6, that's Bookworm (current stable name), look there for help with 12 stuff.
Best way to use the current #yt-dlp is to uninstall the one from the repo, and grab the current release from the github page and drop it in $PATH
somewhere.
@hexa @dontblink Thank you! Didn't notice I grabbed the wrong bookmark.