Paul S.

Results 137 comments of Paul S.

Suggested fix (`windowrulev2 = noborder, class:^(jetbrains-idea)(.*)$`) does not help. `windowrulev2 = noinitialfocus,class:^(jetbrains-.*),title:^(win.*)` seemingly makes things better (but still imperfect).

It seems like this helps (but still, sometimes the main window loses focus during editing): ``` input { follow_mouse = 2 float_switch_override_focus = 0 } windowrulev2 = noinitialfocus,class:^(jetbrains-.*),title:^(win.*) ```

Currently I'm using the following rules which make the editor barely usable: ``` input { float_switch_override_focus=0 follow_mouse=2 mouse_refocus=1 } xwayland { force_zero_scaling=true } windowrulev2 = noinitialfocus,class:^(jetbrains-.*),title:^(win.*) windowrulev2 = noborder, class:^(jetbrains-idea)(.*)$...

Menus rendering remains broken with these properties.

I've tried a lot of similar things, in the end I've given up on Hyprland for now.

That doesn't sound like a great idea but they are free to do whatever they want.

PowerShell Core works fine on MacOS and Linux. It would be really great if you add support for it.

> Will it be complicated to reproduce ScalaTest's behavior? Well, it's definitely doable, though scalatest dsl isn't a trivial thing, so no wonder we didn't pass it through perfectly. Don't...

Technically, I made a plugin similar to yours for sbt 0.13, so I know that isn't a standard thing (though it's a de facto standard, you can't publish on central...