You can probably just do sleep 5 && grim
as the program to run.
It depends on your desktop environment or window manager, how you'd bind a command to a keybind.
You can probably just do sleep 5 && grim
as the program to run.
It depends on your desktop environment or window manager, how you'd bind a command to a keybind.
Oh, you don't have to always boot anew from the read-only snapshot.
When you're booted into the working read-only snapshot, run sudo snapper rollback
and then do a normal reboot.
This will make that read-only snapshot your new (read-writable) system state. So, after doing this, your OS will be as if you never applied that update.
More info on that command: https://doc.opensuse.org/documentation/leap/archive/15.0/reference/html/book.opensuse.reference/cha.snapper.html#sec.snapper.snapshot-boot
Can't you roll back to a snapshot before the update that broke it? Then you can wait with updating for a week or two, in hopes that it gets fixed in the next Tumbleweed update...
If you've got specific accounts you want to follow, you can get an RSS feed containing their public posts.
In terms of native clients, the closest such feature I know of, is that Fedilab (for Android) can remember your position in the timeline, so that you can resume reading.
If you primarily use one timeline, then you wouldn't re-encounter already read posts, because they're in the past from the remembered position.
I have to say, though, that it's not the most reliable feature in the world...
Ah, interesting. In my current setup, I dump the auxilliary files into a folder above the repo, but it can certainly make it a bit messy to find the repo in there then...
For a project called "Potato Peeler", I'll put it into a structure like this:
~/Projects/Tools/Potato-Peeler/potato-peeler/
Tools/
is just a rough category. Other categories are, for example, Games/
and Music/
, because I also do gamedev and composing occasionally.
Then the capitalized Potato-Peeler/
folder, that's for me to drop in all kinds of project-related files, which I don't want to check into the repo.
And the lower-case potato-peeler/
folder is the repo then. Seeing other people's structures, maybe I'll rename that folder to repo/
, and if I have multiple relevant repos for the Project, then make it repo-something
.
I also have a folder like ~/Projects/Tools/zzz/
where I'll move dormant projects. The "zzz" sorts nicely to the bottom of the list.
Is "code", "designs" and "wiki" here just some example files in the repo or are those sub-folders, and you only have the repo underneath code
?
The guy is famous for raping a pornstar while married. It would certainly be easy to not do such a thing and then tell people you're pious. But the guy is practically screaming at his followers that he's satan himself and they still want to believe the lie...
Oh damn, in German, "Vati" is an affectionate form like "daddy", except it's the word stem of "father" ("Vater").
And wouldn't you know it, Christians also use "Vater" to refer to priests, the pope and their god.
I used to have this kid as a colleague (he was 17 at the time), who had been primed by his parents to be a nationalist.
One of the times, he was completely bewildered by my stance was when I said that even if I cared about having things in common with other humans, I feel like I have more in common with the folks just across the border than those who live several hundred kilometers away within the same border.
You could really see the cogs in his brain churning, trying to grok how you can have things in common with team B, when you've been assigned to team A.
Yeah, the easiest thing to implement is omnipotent AI. The code for the AI is executed within the game engine, so you have complete access to any information you want.
You can just query the player position at any point in time, even if there's a wall between the NPC and the player. It requires extra logic to not use the player position in such a case, or to only use the rough player position after the player made a noise, for example.
Of course, the decision-making is a whole separate story. Even an omnipotent AI won't know how to use this information, unless you provide it with rules.
I'm guessing, what OP wants is:
I mean, when you hold down the
Alt
key, it's convention that GUI toolkits underline a letter in the text of UI elements, and when you then pressAlt
+ that letter, it'll activate that UI element.That way, you can navigate most apps in a keyboard-driven fashion, although it is certainly not the most comfortable to use...