floof.org

on second thought, maybe sending a process a "take screenshot" keypress and then a SIG_TERM immediately after was a mistake.
it's like I went up to the process and said YOUR MONEY OR YOUR LIFE and then shot them immediately after
Thepi mastodon (AP)
help I tried to mug a process for its frame buffer and now there's a batman process running amok
Juniper System mastodon (AP)
Itchy Finger Foone
Pippin friendica
@Foone🏳️‍⚧️ Ah, so like when the boss asks you to do something that'll take a few hours, then comes back a minute later to ask why it's not finished yet.
ADisorderlyFashion mastodon (AP)
sleep(arbitraryAmount);

@ADisorderlyFashion
according to my code, arbitraryAmount ended up being 0.25 seconds:

keyb.press(KEY_F12)
time.sleep(0.25)
p.kill()