Re: quartz-wm
Re: quartz-wm
- Subject: Re: quartz-wm
- From: Perry Smith via X11-users <email@hidden>
- Date: Sat, 2 Apr 2022 18:56:44 -0500
- Arc-authentication-results: i=1; rspamd-f76767c84-f8zp6; auth=pass smtp.auth=a2hosting smtp.mailfrom=email@hidden
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1648943806; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=L+u/qdKkOUp7iZj9L9+JeX3w8pPQA0w6UCc0QanLXVE=; b=c/RV+EC9yIVqyfLGcC7joGWitqJOI+XXjhggtCGAcF7OO1LCG3dI3rxCRPnabWh3waMPbP xzDZvdJUZH8sevVJv5es2pONJSUIcFVgxj8W2/+YIz4rWcC5/GAfwXv1zOx3q8QtpNZFmX o2b5+eHpUgL31b4jO50kdLu/L9rrM72vuWT9Ph6718kMM+48PejMxCDm75NiT6yPY5pzZT Zr84zr74EzPUbf9IeV55oaYFxDyN0lszxNUKcxXLcUt0dTeUdRiSQDoTW6hYxn7cPNI4Wm NoXqDVHrabq/Gl77cHwpIb+nida5IcHNv0a9RoehcMX0xd5q2i72KgFKy3d9sA==
- Arc-seal: i=1; s=arc-2022; d=mailchannels.net; t=1648943806; a=rsa-sha256; cv=none; b=1gCOSrPyo1N9P8QY95sWsRtu7Cc/+6qfaI9hqfCacWuo7gsomtRgKu0jRnejkv5bogA+nw sFWuOIOVL6kIyUUG4nYFJD7FxVA9F8zO4lZXEcrJ/vi00a2QxfulGlHkc92C0wsX9RN6L3 MHn5mi/e+Tjs1w0f5xMGju9OOI099IVUqjgIMscZPaaAckJN3AFmTQFwZAHftBbdyD8lai rOlRH29PtLtFkK2LdCbxnl5D55vYwhnMlO31n0rwLmnQmavze0C9wXQwF45jp88lZxhN1H wiSs1uhSuiyqwgeBLUB31UkCeNax9qLMkSsLh4xBe23d8YMSFFyYnXkbfrnopQ==
> On Apr 1, 2022, at 22:39, Perry Smith <email@hidden> wrote:
>
> And… the quest continues…
>
> To cycle through the X11 windows now I do option-~ instead of command-~ which
> is used to cycle through the native macOS windows (within the same app).
> This is a very minor pain point so I won’t spend much time on it BUT…
>
> Back in the day, I stuck with motif because that was the first window manager
> AIX had and I wrote some motif RC file that mapped key strokes to everything
> that you would use a mouse for such as iconify, cycle through windows,
> un-iconify, etc etc etc. (As a result, I never used a mouse. It was stuffed
> in a dark dusty corner of my desk. And that resulted in me being REALLY bad
> at first person shooter games but I’m digressing…)
>
> I think twm(1) has the ability to trigger functions from key strokes just
> glancing at the man page but the quartz-wm man page is pretty barren. Does
> anyone know if it can be programmed to map key strokes to internal functions
> such as iconify, etc? The quartz-wm man page references the twm man page as
> if it might be built from it.
>
> Thank you again for your time,
> Perry
>
> p.s. I guess X11 is the fortran of window systems. Like a cockroach. It
> will always be with us. Forever. (Not dissing it… it is still the only
> window system that is platform agnostic and the only windows system that can
> ship DISPLAY across the net.)
If anyone is following along on this shaggy dog story… quartz-wm has the
cycling of the windows hard coded with “Meta” and “grave” as the key combo to
cycle through the windows. Shift will cause the cycle to be reversed. It has
no input RC file. It does grok Apple events but there is no way to generate
them externally. Basically clicking the red dot in the upper left corner
generates an Apple event which quart-wm catches and acts upon it.
SO… I dug out my chainsaw, tweezers, bazooka, and (of course) blow torch and
changed Meta to Super in the quartz-wm source code and now I’m happy. It was
interesting because `brew install automate` was about all I had to do — oh,
except there is a bug that I needed to cobble around.
To continue this misadventure I’m going to define an xrdb file to see if I can
get xterm (both local and remote) to do copy to clipboard with Super-C and
paste with Super-V.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: quartz-wm
- From: René J.V. Bertin via X11-users <email@hidden>
References: | |
| >quartz-wm (From: Perry Smith via X11-users <email@hidden>) |