• 0 Posts
  • 70 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle





  • i had to double check its

    settings - window management - window behavior - window action - at the bottom you can set mouse wheel to ‘keep above/below’

    what launch options are you using on games? i haven’t had this issue using proton + native wayland launch options. iirc gamescope treats windowed apps differently because its only a container and doesn’t understand the diff between windowed and borderless windowed

    testing in baldurs gate 3, no launch arguments, this works in both borderless windowed and full screen for me without taskbar popping up. though clicking on the window sitting above in fullscreen minimizes and in borderless i have to click back in to regain mouse control. basically the overlay can steal focus, maybe a kwin rule on the overlay to prevent focus stealing might work?









  • i have what i call the ihop theory. when you feel this way go-to ihop and order off their lunch menu. everything about the experience will be horrible and you’ll feel terrible for having paid for it. literally the next meal you have will be the best thing you had in ages and you will value every bit of it.


  • it’s great if your commits are smaller and more focused. main issue is it can be harder to solve some diff issues as it requires solving merges at each commit being rebased. so if you have a large feature branch that can be challenging when it starts to diverge a lot (ex: bug fixes on main). though the argument then is more for keeping branches smaller and focused which is a better process imo.

    just beware it can be confusing for newer git users and when using shared branches can cause no ff commits.