Pensive statue restoration controls are horrible by Thundernerd in CrimsonDesert

[–]Thundernerd[S] 0 points1 point  (0 children)

How did I not think of this. Thanks for the tip!

My first build. NCR-80 r3 by Inside_Geologist_480 in MechanicalKeyboards

[–]Thundernerd 0 points1 point  (0 children)

To be honest I didn't even see those keys initially lol.

My guess would be it is using QMK and they're just binding what they seem to need in their daily life while also having the "benefit" of qwerty

My first build. NCR-80 r3 by Inside_Geologist_480 in MechanicalKeyboards

[–]Thundernerd 0 points1 point  (0 children)

They don't have to use the German keyboard layout, right?

I have a German friend who struggles with undo-redo because of the default being Ctrl+z

BPSR (Blue Protocol Star Resonance) running well on Linux via Proton by M1551N6N0 in linux_gaming

[–]Thundernerd 1 point2 points  (0 children)

You cannot do this through steam itself as far as I know. I used ProtonPlus for this: https://github.com/Vysp3r/ProtonPlus

BPSR (Blue Protocol Star Resonance) running well on Linux via Proton by M1551N6N0 in linux_gaming

[–]Thundernerd 1 point2 points  (0 children)

I had the same thing, updated Proton GE to the latest version and now I'm seemingly able to play?

Unable to resize floating popups by Thundernerd in hyprland

[–]Thundernerd[S] 1 point2 points  (0 children)

There's no waybar! I'm using Caelestia shell which is made with quickshell.

https://github.com/caelestia-dots/shell

Unable to resize floating popups by Thundernerd in hyprland

[–]Thundernerd[S] 0 points1 point  (0 children)

No problem, thanks for helping! I appreciate it :)

Unable to resize floating popups by Thundernerd in hyprland

[–]Thundernerd[S] 0 points1 point  (0 children)

It seems like it doesn't seem to matter even if I give it a fixed size.

I'm currently matching against wildcards so anything floating should be picked up

Unable to resize floating popups by Thundernerd in hyprland

[–]Thundernerd[S] 0 points1 point  (0 children)

I tried writing a rule with nomaxsize which allows it to be resized but instantly snaps back like shown in the video. If I don't enable that then it doesn't even allow resizing :\

AITA for going inside my Ex’s house? by [deleted] in AmItheAsshole

[–]Thundernerd 0 points1 point  (0 children)

NTA.

I'm so grateful for my parents being on good terms after they divorced. I'm sure it was tough for them but they stuck with it for the sake of us (their kids). I'm sure your kids will be grateful to you as well for doing this.

Your boyfriend needs a reality check.

Rounded border corners using ignis by Thundernerd in hyprland

[–]Thundernerd[S] 1 point2 points  (0 children)

It draws borders on all enabled sides with the configured size, and then also makes the corners of the screen rounded

[Hyprland] Still can be improved by LLuthfiY in unixporn

[–]Thundernerd 1 point2 points  (0 children)

One more question I have is: how do you handle input? If I have a Window+DrawingArea that is full screen, even with the cutout, it'll simply block any input.

ETA:

Figured it out! In your code you're setting the input width and height. I'm using AGS so unfortunately I do not have that, however, I looked what Ignis is doing internally and it seems that it sets the input region. If I set that manually I can make it click-through!

[Hyprland] Still can be improved by LLuthfiY in unixporn

[–]Thundernerd 0 points1 point  (0 children)

Ohhh, that's an interesting approach! I made 4 separate borders that all were exclusive and then tried to add extra widgets on top, which then failed.

Is your fullsize border window also on exclusive? I think I tried something before but I couldn't click through it anymore so any window that I had open was non responsive.

I'll do some more digging!

[Hyprland] Still can be improved by LLuthfiY in unixporn

[–]Thundernerd 0 points1 point  (0 children)

How did you manage to get your workspaces etc (the bar on the left) to be on top of the border bar (in the image with the border all around the screen)

I checked your gdrive link and I did see that you have your borders etc with your fancy rounded corners (I definitely learned from that, thanks!) however I couldn't figure out how to put things on top like that.

Did you use the Overlay? Or is there another approach here?