Lucas Ritzdorf

Results 62 comments of Lucas Ritzdorf

Returning the PID might be a viable option (maybe along with a new "pattern", like `{pid}`)? I came across this for Hyprland, which supports acting on windows by PID; not...

I may be very wrong here, but based on (my reading of) the wiki, it seems that `mouse_refocus = false` is supposed to only switch focus when the mouse crosses...

*EDIT: not properly fixed, see below! Adding hy3 to my setup seems to be what "sort of" resolved this for me as described here.* Not sure precisely what's changed, but...

I've just performed your browser/terminal scrolling tests on my system (running v0.40.0, commit cba1ade8), and focusing/scrolling work as expected — i.e. scroll events are passed to the window which my...

...okay, this is weird: - Tested with @uwidev's minimal config, which still shows this bug (i.e. moving the cursor within a window forces that window into focus) - Pared down...

As someone not familiar with C++, it looks like `CInputManager::mouseMoveUnified()` [does some conditional focusing](https://github.com/hyprwm/Hyprland/blob/255272ea18a1bd899168b2d2063b6f153edda919/src/managers/input/InputManager.cpp#L483-L492) whenever mouse movement occurs. From what I can tell, this focusing doesn't consult the `mouse_refocus` option...

Just updated to v0.20 on Arch Linux, and thought I'd try out rootless mode. I'm seeing the same issue as the OP, where logging in simply makes sddm disappear (revealing...

If it helps, I've been able to work around this by having `rofi-power-menu` call a shell script of my own: ```sh #!/bin/sh if [ -z "$DISPLAY" ]; then exit 1...

I did, yes. The actual executable (i.e. `which rofi-power-menu`) is a shell script, so editing is pretty straightforward. Also, since I'm on Arch, pacman will at least warn me if...

At the risk of going too far off topic, that's just pacman's [pacnew/pacsave system](https://wiki.archlinux.org/title/Pacman/Pacnew_and_Pacsave). The `pacdiff` tool (part of the `pacman-contrib` package) is really nice for automatically finding and resolving...