Summary: | Open files by direct click should not happen on focus | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Edwin Peer <espeer> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | a.samirh78, espeer, nate |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Edwin Peer
2021-06-03 20:13:49 UTC
There is a setting in KWin, systemsettings -> windows management -> window behaviour -> inactive inner window actions -> left click, try changing it to "activate and raise". Does that work for your use case? Note that this how apps work globally, I don't think we should special case Konsole here. I was not aware of this option, thanks. It still doesn't play nicely with focus follows mouse though, which I also use. Maybe another mode where focus follows mouse is somehow weaker for mouse clicks, which would otherwise implicitly focus the window? Actually, one does need to special case konsole. Globally not passing focus clicks makes most other apps feel very unnatural - effectively requiring two clicks to do anything (one to focus, the 2nd to do what you intended). Terminals are a little different. One usually is not clicking on UI elements to get things done in a terminal - it is inherently more keyboard based (especially if one disables all menus on terminals, as I do). The links feature is an interesting foray into something different. Now all of a sudden a terminal has mouse-able UI elements and that behaves weirdly with how one might normally expect focus to work on a terminal. Are the inactive window actions something that can be applied using Window Rules? |