From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36008: [whishlist] Installer: i3-wm desktop companions Date: Fri, 07 Jun 2019 23:10:17 +0200 Message-ID: <87pnnp9k5i.fsf@gnu.org> References: <87r28fzzd5.fsf@roquette.mug.biscuolo.net> <87o93jzw1z.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36425) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZM8g-0004iw-DK for bug-guix@gnu.org; Fri, 07 Jun 2019 17:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZM8e-0002Zz-G5 for bug-guix@gnu.org; Fri, 07 Jun 2019 17:11:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38957) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZM8c-0002Y5-Np for bug-guix@gnu.org; Fri, 07 Jun 2019 17:11:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hZM8c-0006y9-IZ for bug-guix@gnu.org; Fri, 07 Jun 2019 17:11:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87o93jzw1z.fsf@roquette.mug.biscuolo.net> (Giovanni Biscuolo's message of "Thu, 30 May 2019 19:33:44 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Giovanni Biscuolo Cc: 36008-done@debbugs.gnu.org Hi, Giovanni Biscuolo skribis: > Also it's lacking a status_command (e.g. i3status) and the dmenu_run > command (e.g. demenu package) > > I've fixed this ading this > > (packages > (append > (list (specification->package "i3-wm") > (specification->package "i3status") > (specification->package "dmenu") > (specification->package "st") Fixed in the installer in 676eb5880ec2fae03752513c2442aae0bda9bfc4. This part is quite easy to modify and test, so if you have other ideas, give them a try! Thanks, Ludo=E2=80=99.