From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20140319190237.76425B827@mail.bitblocks.com> References: <53295712.1050505@gmail.com> <20140319190237.76425B827@mail.bitblocks.com> Date: Wed, 19 Mar 2014 17:05:17 -0700 Message-ID: From: Paul Lalonde To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=bcaec51a77fa3e777d04f4fe867b Subject: Re: [9fans] GSoC proposal: Alternative window system Topicbox-Message-UUID: cc67b076-ead8-11e9-9d60-3106f5b1d025 --bcaec51a77fa3e777d04f4fe867b Content-Type: text/plain; charset=ISO-8859-1 Multiple displays and display & dpi awareness in acme would make my day! Multi-display looks easy - we just need handling for adding a new "row", which is already handily abstracted. Fitt's law aware mouse movement would be nice too, particularly on large screens. You could slightly "trap" the mouse on narrow edges (scroll bars and resize edges in particular) when the mouse is moving slowly. Probably a pain to tune, but would make acme much easier to use on large screens. Paul On Wed, Mar 19, 2014 at 12:02 PM, Bakul Shah wrote: > On Wed, 19 Mar 2014 04:36:34 EDT Caleb Malchik wrote: > > For my project, I would build a tiling window manager similar to dwm > > (what I use on Linux). I think a dwm-style interface that could be > > controlled from the keyboard would provide a nice contrast to what we > > already have with rio, and as we see from dwm the implementation of such > > an interface needn't be complex. Development would involve modifying the > > rio source code to implement the basic functions of a > > tiling/keyboard-controlled window manager one by one. > > I will throw out some rio/acme related ideas. Hope people find > them interesting enough to want to experiment. > > - display size aware (when attached to an external display vs > the builtin one of a laptop). > - dpi aware (pick the right size font) > - borderless windows (adjoining windows have different color) > (but edges are sensitive to resizing etc) > - auto splitting of windows. The idea is to see if window size > fiddling can be minimized (ideally it should /learn/ personal > preferences) > - allow the window with "focus" to be made much much larger to > help a user's focus (make other windows less distracting -- > IIRC there was a web based spreadsheet that did that. Don't > recall its name). > - allow windows to be scrolled in lockstep (in x, y or both > directions) > - support for multiple displays > - allow programmatic control of all this via a synthetic FS > > Not sure if there exists a usable unification of acme + rio > but that would be nice. > > --bcaec51a77fa3e777d04f4fe867b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Multiple displays and display & dpi awareness in acme = would make my day!
Multi-display looks easy - we just need handling for= adding a new "row", which is already handily abstracted.

Fitt's law aware mouse movement would be nice too, parti= cularly on large screens. =A0You could slightly "trap" the mouse = on narrow edges (scroll bars and resize edges in particular) when the mouse= is moving slowly. =A0Probably a pain to tune, but would make acme much eas= ier to use on large screens.

Paul


On Wed, Mar 19, 2014 at 12:02 PM, Bakul Shah <bak= ul@bitblocks.com> wrote:
On Wed, 19 Mar 2014 04:36:34= EDT Caleb Malchik <cmalchik@gmail= .com> wrote:
> For my project, I would build a tiling window manager similar to dwm > (what I use on Linux). I think a dwm-style interface that could be
> controlled from the keyboard would provide a nice contrast to what we<= br> > already have with rio, and as we see from dwm the implementation of su= ch
> an interface needn't be complex. Development would involve modifyi= ng the
> rio source code to implement the basic functions of a
> tiling/keyboard-controlled window manager one by one.

I will throw out some rio/acme related ideas. Hope people find
them interesting enough to want to experiment.

- display size aware (when attached to an external display vs
=A0 the builtin one of a laptop).
- dpi aware (pick the right size font)
- borderless windows (adjoining windows have different color)
=A0 (but edges are sensitive to resizing etc)
- auto splitting of windows. The idea is to see if window size
=A0 fiddling can be minimized (ideally it should /learn/ personal
=A0 preferences)
- allow the window with "focus" to be made much much larger to =A0 help a user's focus (make other windows less distracting --
=A0 IIRC there was a web based spreadsheet that did that. Don't
=A0 recall its name).
- allow windows to be scrolled in lockstep (in x, y or both
=A0 directions)
- support for multiple displays
- allow programmatic control of all this via a synthetic FS

Not sure if there exists a usable unification of acme + rio
but that would be nice.


--bcaec51a77fa3e777d04f4fe867b--