9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Steven Stallion <sstallion@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Acme real estate on 15" macbook pro?
Date: Wed,  2 Oct 2013 13:43:08 -0700	[thread overview]
Message-ID: <CAGGHmKEAO3OY9BRVCkyUrSPHECW20YGp_uqUL==C9iOo-c6nrA@mail.gmail.com> (raw)
In-Reply-To: <D0649B7C-BC82-474A-AAD0-C9FD781F848C@monkey.org>

On Wed, Oct 2, 2013 at 10:02 AM, marius a. eriksen <marius@monkey.org> wrote:
> I use a 13” rMBP at the highest resolution setting. I run acme with 3 columns (though the leftmost column is a shrunk column that’s really only useful for directory browsing).
>
> The only annoyance is that I regularly connect to an external display, which requires me to restart acme. Instead of messing with -f, -F flags, I make dumps (which store font settings). I restart acme with
>
>         acme -l lodpi.dump
>         acme -l hidpi.dump
>
> depending on where I am.

I do something similar myself:

% whatis D
fn D { acme -l $home/lib/acme/$* }

As far as screen real-estate goes I have a similar function which sets
up a base set of windows in rio:

% whatis W
fn W { . $home/lib/rio/$* }

lib/rio contains files created via wloc. These are really small
things, but speeds login considerably on my laptop, especially since I
use a couple of different monitors with different resolutions.

(I've also dealt with the sizing issue by getting used to smaller
fonts and buying bigger monitors. vera/unicode.12.font and
veramo/unicode.12.font work very well for me)

Cheers,

Steve



  reply	other threads:[~2013-10-02 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 16:17 James A. Robinson
2013-10-02 17:02 ` marius a. eriksen
2013-10-02 20:43   ` Steven Stallion [this message]
2013-10-03  9:09     ` Enrique Soriano
2013-10-04 18:21       ` James A. Robinson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGGHmKEAO3OY9BRVCkyUrSPHECW20YGp_uqUL==C9iOo-c6nrA@mail.gmail.com' \
    --to=sstallion@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).