From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: Poll: best hackable window manager or DE for Emacs-loving freedom activists Date: Fri, 5 Nov 2021 04:04:59 -0400 Message-ID: References: <87fssbiicx.fsf@disroot.org> <87ilx73ud5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2740"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Tassilo Horn , "Jorge P. de Morais Neto" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 05 09:06:16 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1miuEp-0000VE-L2 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 05 Nov 2021 09:06:16 +0100 Original-Received: from localhost ([::1]:54148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1miuEo-0002Ac-CF for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 05 Nov 2021 04:06:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miuDj-00028S-TG for help-gnu-emacs@gnu.org; Fri, 05 Nov 2021 04:05:07 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]:48800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miuDg-0004sP-KD; Fri, 05 Nov 2021 04:05:07 -0400 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 4HltMv3dc6z4MlV; Fri, 5 Nov 2021 04:04:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1636099499; bh=fXv3I+nB5NXwn7XE4cHKDbIxi/vxlNPTNyhjMRe/qNs=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=FqK439toGWFdNay27Xywu4TVmXZLCjjqGfwpIqSWetbtSDq33y0JgOHNNbrDgTk8e ElmB2W4OnUaBaUQwNchnUvAlLxUWka3CYgwRTY+vwlAQgV4nYiITC6zwRReRRZRiWA Ig7y6RfzpBz1gl35SaQStOw5tlzcxyI/daQ4cv+4= Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 4HltMv2lMWzcbc; Fri, 5 Nov 2021 04:04:59 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 4HltMv2PVCzcbP; Fri, 5 Nov 2021 04:04:59 -0400 (EDT) In-Reply-To: <87ilx73ud5.fsf@gnu.org> Received-SPF: pass client-ip=166.84.1.89; envelope-from=jdashiel@panix.com; helo=mailbackend.panix.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134368 Archived-At: stump-wm since it's written in lisp might be a possibility. On Fri, 5 Nov 2021, Tassilo Horn wrote: > "Jorge P. de Morais Neto" writes: > > > * Poll: best hackable and keyboard-driven WM/DE for sw freedom activists > > > > 1. i3/Sway > > I won't say that sway is "best" but it works great for me. With respect > to hackability, you can have great fun with its IPC interface where you > can listen to events and run commands as response. There are many sway > IPC libs for all popular languages. I use Rust for my > do-stuff-with-sway-ipc incarnation swayr: > > https://sr.ht/~tsdh/swayr/ > > Bye, > Tassilo > >