@Twakyr I’ve been a hardcore gentoo user/fan for 20+ years, I thought I’d never be able to use anything else till I started playing with Nix this year. The granular configurability of each individual package has yet been unmatched for me in any other distro till Nix. For #gentoo though, I’d highly recommend taking great care in tailoring your /etc/portage/make.conf, setup /etc/portage/repos.conf/gentoo.conf with sync-type = git, and use /etc/portage/package.{use,mask,unmask,accept_keywords} as directories for individual packages. I tend to keep a /etc/portage/package.mask/failed file for upgrade blockages fer me to unfuck after a emerge -avuDUN @world succeeds.
eshep
- 0 Posts
- 10 Comments
eshep@social.trom.tfto
Linux@lemmy.ml•Wayland - How Best to Log My Own Desktop Activities
2·3 months ago@communist @null_dot Hyprland has the screenshotting functionality builtin.
hyprctl dispatch capture window
eshep@social.trom.tfto
Linux@lemmy.ml•Wayland - How Best to Log My Own Desktop Activities
7·3 months ago@BCsven
This is so much less helpful than just posting “I don’t know” or “beats me”.First, if you’re gonna post code, put it in a code block. And nevermind you not knowing if the ““code is good””, it doesn’t even adhere to the question that was asked; the two programs you suggested are not even wayland compatible tools.
@null_dot
eshep@social.trom.tfto
Linux@lemmy.ml•Wayland - How Best to Log My Own Desktop Activities
2·3 months ago@null_dot
Haven’t ever done this in wayland, but in X, I always used toxdotoolto grab the title of the active window. I’d guess you could do the same using one of the wayland alternatives likeydotool,wlrctl,dotool, or whatever else is out there. And something likegrimto grab an image of the window.
eshep@social.trom.tfto
Linux@lemmy.ml•What's the best way to create dedicated devices with Linux?
11·9 months ago@hexa @dontblink Thank you! Didn’t notice I grabbed the wrong bookmark.
eshep@social.trom.tfto
Linux@lemmy.ml•What's the best way to create dedicated devices with Linux?
21·9 months ago@dontblink @Max_P I retract my “ideal” statement; this is the way to do it.
eshep@social.trom.tfto
Linux@lemmy.ml•What's the best way to create dedicated devices with Linux?
42·9 months ago@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 usemaimpiped toxclipas 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
eshep@social.trom.tfto
Linux Gaming@lemmy.ml•Which Mouse / Keyboard is fully supported on Linux?
3·1 year ago@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.
@Twakyr YES, I completely forgot about that, thank you @nyan! Definitely install
equery, this is an invaluable tool.