Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upBeaker Browser as a Tiling Window Manager + API ? #712
Comments
pfrazee
added
the
discussion
label
Oct 19, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
pfrazee
Oct 19, 2017
Member
Interesting idea. If we manage to put everything into userland, this would make sense.
|
Interesting idea. If we manage to put everything into userland, this would make sense. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
serapath
Nov 2, 2017
If electron allows it, I imagine an outer that contain inner s and would have control over them (unlike iframes).
Basically Browsers in HTML so they can be forked an customized like rotonde
So different browser con contain features like:
- a
bookmarkbar#666 - or an
ad blocker - ... and more
serapath
commented
Nov 2, 2017
|
If electron allows it, I imagine an outer that contain inner s and would have control over them (unlike iframes). Basically Browsers in HTML so they can be forked an customized like rotonde So different browser con contain features like:
|
serapath commentedOct 18, 2017
•
edited
The #666 issue got me thinking again...
Maybe: The main
browser windowshould be just one of many possible browser windows that tile the available screen space as necessary.bookmark bar appto occupy a small browser window on top of the regular main browser window.Thinking a bit further :-) maybe it could even mean, that:
Beaker Browser itself should be just a tiling window manager and an API
Then:
If there was a way to fork: "a tiled window of apps"
Would that make sense?
Example App:
Bookmarkbar(I know a bookmark folder dropdown could overlay an iframe, but to overlay the main browser window probably requires a webview in a webview?)