Chaser

joined 3 months ago
[–] Chaser@lemmy.zip 4 points 6 days ago

TLDR; The developer of tachiyomi got threads from the manga publisher's lawyers. So he archived his repo. Other devs forked it to keep the project alive.

[–] Chaser@lemmy.zip 5 points 6 days ago (2 children)

I'm using Yōkai.

[–] Chaser@lemmy.zip 1 points 1 week ago

Pre-11 windows was at least less buggier than Mac OS. But I agree: It's a big pain too! Linux just works better for me.

[–] Chaser@lemmy.zip 2 points 1 week ago (1 children)

I don't use Bazzite. But if you have any pro arguments for Brew, feel free to share them. Change my mind.

[–] Chaser@lemmy.zip -1 points 1 week ago (2 children)

I feel you. Once I was forced to code on a mac too. It made me insane ☠️

[–] Chaser@lemmy.zip 34 points 1 week ago (13 children)

May be a sign to install Linux 😏 brew sucks anyways

[–] Chaser@lemmy.zip 3 points 1 week ago

My internet provider offers up to 4 sim cards per account. They cost once 10€, without a monthly fee. However they have only 300mb of high speed traffic. But this should be just fine for a tracker, no? Just have a look in your customer portal. Maybe you'll find something there too

[–] Chaser@lemmy.zip 5 points 1 week ago (2 children)

I like MakeMKV. It also works flawlessly with modern formats like (4k-)BluRays. Also it's super simple to use. Just throw your disk in, press the big shiny button and wait till it rips your disk. It even handles the decryption for you.

[–] Chaser@lemmy.zip 2 points 2 weeks ago

Oh, one more thing regarding the ssh wizardry (lol!): It's not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:

ssh me@mymachine "steam steam://rungameid/1455840"

That's the whole magic. Like this it won't start an interactive shell, but run the command and closes the connection once the command finishes.

[–] Chaser@lemmy.zip 2 points 2 weeks ago

A man, a word. This is my gamescope-session.sh

#!/bin/sh

export DXVK_HDR=1
/usr/bin/gamescope --hdr-enabled -e -- /usr/bin/steam-native -tenfoot

I've created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)

[Desktop Entry]
Name=Steam Big Picture Mode
Comment=Start Steam in Big Picture Mode
Exec=/home/chaser/bin/gamescope-session.sh
Type=Application

In theory this should run all games, that support hdr in hdr. At least Cyberpunk does.

[–] Chaser@lemmy.zip 2 points 2 weeks ago (2 children)

If I remember correctly I had to give gamescope a flag to enable hdr at all. However there was an env too, to tell the windows games through proton, that the machine supports hdr. I'll check my scripts later for you

view more: next ›