bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36008: [whishlist] Installer: i3-wm desktop companions


From: Giovanni Biscuolo
Subject: bug#36008: [whishlist] Installer: i3-wm desktop companions
Date: Thu, 30 May 2019 19:33:44 +0200

Giovanni Biscuolo <address@hidden> writes:

> With the graphical installer, When only installing i3-wm as desktop
> manager I got an error like:
>
>  i3-sensible-terminal error...
>
> because there is no terminal emulator installed by default

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

--8<---------------cut here---------------start------------->8---
  (packages
    (append
      (list (specification->package "i3-wm")
            (specification->package "i3status")
            (specification->package "dmenu")
            (specification->package "st")
   [...]
        
      %base-packages))
--8<---------------cut here---------------end--------------->8---

to my config.scm

WDYT? Gio'.



-- 
Giovanni Biscuolo

Xelera IT Infrastructures

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]