fushuan

joined 1 year ago
[–] [email protected] 8 points 18 hours ago* (last edited 18 hours ago) (1 children)

Not trying to throw shade at all man but in some way you saying "playing the shit out of it" and then saying just 100 hours made it incredibly funny to me.

I spent 100 hours the first 3 weeks of elden ring release for example. (10 easily each weekend day so 60 with that alone. And then 15 days with easily more than 4 hours each)

I'm sure you've played more than 100 hours in skyrim lol.

[–] [email protected] 7 points 3 days ago

Android Firefox has access to adblockers though??

[–] [email protected] 23 points 3 days ago (1 children)

Same thing you do when they stop pushing that rock. Force them.

[–] [email protected] 1 points 3 days ago (1 children)

It's a community driven auto skipper. Any video that is not brand new will probably be tagged by someone and you can just enjoy it. If you use it in an actual browser you can also tag sections. It's great.

[–] [email protected] 3 points 4 days ago (3 children)

As another one has said, try tubular! It's newpipe but with sponsor block integrated.

[–] [email protected] 1 points 4 days ago

Get learning lol. I know that there's some command line program that gives process info on mouse hover and then that can be parsed with awk to get the pid, then pipe that again into kill -kill. Then use xbindkeys or whatever keybindings program to bind that script to a key.

Tbh. For involved stuff like this chatgpt will help you more than stackoverflow.

[–] [email protected] 4 points 4 days ago (3 children)

Dunno, create a script that uses a program to get the process number of the current active window or the window the mouse is hovering, and then kill that? Bind that script inor a key with whatever program and voilá.

It's more involved sure but there's your option.

[–] [email protected] 2 points 4 days ago

That's because the end proces of the GUI sends a sigint, which does jack shit if the program hangs, you only archieve for a higher parent process to obtain it until it can off itself gracefully. You need to right click the process and send a sigkill signal to emulate the command line.

[–] [email protected] 1 points 4 days ago* (last edited 4 days ago) (7 children)

Open the process list in your system monitor of choice, right click, signal, sigkill.

You can also open a monitor and use top or any variant to detect the process number and manually kill -KILL number

[–] [email protected] 5 points 4 days ago* (last edited 4 days ago) (2 children)

Linux programs can also capture signal calls. They usually only capture sigints so that they can close gracefully, but theoretically you could also capture a sigkill.

[–] [email protected] 1 points 5 days ago

Ah, not mine. I'm just a bystander. <3

 

Thanks to /u/[email protected] for mentioning KDE window rules. In KDE, we can add rules for windows so that they behave in specific ways. One rule that can be added is the position: remember rule, and it's possible to make that rule apply to all windows by removing the match field. This way, closing and reopening windows keeps them where they were.

This is a very typical complaint about wayland that a lot of people have, something that apparently worked natively with X11 and annoyed me to no end since I had to position all the windows every day when logging into my desktop. No more! I hope this helps :)

https://imgur.com/a/zrvbRPI

 

Title.

view more: next ›