GithubHelp home page GithubHelp logo

Comments (3)

t-wissmann avatar t-wissmann commented on June 20, 2024

The problem here is that the directional focus doesn't work well when the rectangles aren't perfectly aligned. If I remember correctly, my algorithm considers angles between the centres of the rectangles. And since HDMI-A-0 is quite wide, the angle to DVI-D-0 is too flat (flatter than 45°) to be recognized as below. The same algorithm is used for directional focus between floating windows and it seems I can reproduce the issue with a similar window layout (and the top right window being wide).

Maybe one can be a bit smarter in rectangle_is_right_of in floating.cpp. My main incentive was that every window should be reached from every other window and that it should work if the rectangles aren't perfectly aligned.

from herbstluftwm.

xrun1 avatar xrun1 commented on June 20, 2024

I haven't deeply inspected the code yet, but how about widening the allowed range if the search fails? e.g. If nothing in a -45 to 45° range is found, then search with -89 to 89° limits, allowing any R2 that's at least slightly further than RC's center to match.

from herbstluftwm.

t-wissmann avatar t-wissmann commented on June 20, 2024

Yes, I suggest that this would work for monitors (this fallback should only be activated for monitors, not windows, because if there is no window, then the directional focus 'escalates' to the monitor level, cf focus_crosses_monitor_boundaries :-) )

from herbstluftwm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.