newm icon indicating copy to clipboard operation
newm copied to clipboard

Ignore focus border in especific windows

Open CRAG666 opened this issue 3 years ago • 2 comments

Ignore the border in specific windows, I love the Focus function, since I can know what window I find.However, this looks pretty bad in catapult so I want to define a rule where in catapult the edge is ignored.

I have the idea of adding something like:

def rules(view):
    if view.app_id == "catapult":
        app_rule = {"float": True, "float_pos": (0.5, 0.1), "focus": False}
    return app_rule

CRAG666 avatar Jun 25 '22 15:06 CRAG666

@jbuchermn By the way, thank you very much for this new version that is honestly a huge better in relation to the past versions, finally des Insta Swaywm completely and Newm is my default WM and my workflow was multiplied by x2.

CRAG666 avatar Jun 25 '22 15:06 CRAG666

Thanks a lot.

That‘s a good idea, I'll have a go at it.

jbuchermn avatar Jun 28 '22 15:06 jbuchermn