From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Erlanger Subject: starting a window manager with xinitrc Date: Sat, 26 Aug 2017 07:38:06 -0400 Message-ID: <87wp5qpnj5.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dlZPr-0008Li-Fn for help-guix@gnu.org; Sat, 26 Aug 2017 07:38:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dlZPn-0006y1-Iy for help-guix@gnu.org; Sat, 26 Aug 2017 07:38:15 -0400 Received: from mail-qt0-x229.google.com ([2607:f8b0:400d:c0d::229]:37984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dlZPn-0006w4-EQ for help-guix@gnu.org; Sat, 26 Aug 2017 07:38:11 -0400 Received: by mail-qt0-x229.google.com with SMTP id q53so9090650qtq.5 for ; Sat, 26 Aug 2017 04:38:10 -0700 (PDT) Received: from localhost (ool-457a99fa.dyn.optonline.net. [69.122.153.250]) by smtp.gmail.com with ESMTPSA id l8sm5912373qtb.6.2017.08.26.04.38.07 for (version=TLS1_2 cipher=AES128-GCM-SHA256 bits=128/128); Sat, 26 Aug 2017 04:38:08 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, Guix users. I've managed to get GuixSD running and am enjoying it so far. To begin learning about the system, though, I am trying to set up a minimal environment, and am having some trouble figuring things out. Specifically, I use the Emacs X Window Manager (found at https://github.com/ch11ng/exwm), usually called exwm. What I can't figure out is how to ``properly'' get exwm to be my primary window manager, and to start from the login manager. Usually setting up exwm is as simple as installing it from elpa, and then copying/linking the provided xinitrc to the user's home directory. But I can't figure out the equivalent method for GuixSD. Can someone point me in the right direction? Thank you.