Net

Results 17 comments of Net

Also broken for: https://hexdocs.pm/elixir/Kernel.html https://fishshell.com/docs/current/index.html JIRA (https://atlassian.com)

To move windows on macOS without a title bar hover over the edge of a window so the resize arrow appears, then drag _perpendicular_ to the direction of the resize...

This seems to make a lot of windows unresizable. It gives me resizing issues with almost every non-native app.

Regarding dragging issues, on macOS you can move windows around without a titlebar by moving the cursor over the edge of the window so the resize arrow appears, then dragging...

A way to hide traffic lights would be nice, if possible.

That fixed the resizing issue, but it restored the titlebar for most windows. Perhaps the issue was caused by this? > A window that uses NSBorderlessWindowMask can’t become key or...

The resizing issue can be fixed for [7e20d3f](https://github.com/w0lfschild/winBuddy/commit/7e20d3f156dc84da31af2c9eb9c679cc103c2d93) with `NSWindowStyleMaskResizable`. ```objc self.styleMask = NSWindowStyleMaskBorderless | NSWindowStyleMaskResizable; ```