emacs/var/elfeed/db/data/dc/dcca107cab9805526e360200286766c5dde3980c
2022-01-03 12:49:32 -06:00

1 line
2.6 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I dunno if anyone would know the answer to these but I&#39;ve been trying to see how things work in Guix and figuring out what to use a service for and what to install a package for. I have part of my config. as so, currently:</p> <pre><code>(users (cons* (user-account (name &quot;name&quot;) (comment &quot;Full N. Ame&quot;) (group &quot;users&quot;) (home-directory &quot;/home/name&quot;) (supplementary-groups &#39;(&quot;wheel&quot; &quot;netdev&quot; &quot;audio&quot; &quot;video&quot;))) %base-user-accounts)) (packages (append (list (specification-&gt;package &quot;openbox&quot;) (specification-&gt;package &quot;nss-certs&quot;) bc dunst compton inxi-minimal htop lxterminal lxappearance catfish thunar thunar-volman xfce4-power-manager arandr tint2 rofi clipmenu seahorse file-roller gnome-calculator gnome-font-viewer gnome-screenshot gnome-themes-standard papirus-icon-theme font-abattis-cantarell font-fira-code ncdu pulsemixer i3lock nitrogen viewnior) %base-packages)) (services (cons* (service slim-service-type (slim-configuration (display &quot;:0&quot;) (vt &quot;vt7&quot;))) (modify-services %desktop-services (delete gdm-service-type)))) </code></pre> <p>One of the things I&#39;d like to change is SLiM shows three types of Openbox to start; I&#39;m assuming they all get setup as options with the Openbox package but I&#39;d like to just use Openbox and GNOME/Openbox keeps showing up as the first option so I have to cycle twice to get the one I want every time I login.</p> <p>Is there a means to remove the other two?</p> <p>&#x200B;</p> <p>Secondly, trying to start <code>xfce4-power-manager</code> requires having to give a password; given it&#39;s a daemon, it feels like it almost should have a correlating service (outside of having to use an entire desktop environment service) but I wasn&#39;t able to find one.</p> <p>Is there a way to start <code>xfce4-power-manager</code> on startup (even if it&#39;s just via Openbox&#39;s <code>autostart</code>) such that the user&#39;s password isn&#39;t involved? And, if so, is there a best means to do so within the context of running Guix? Perhaps creating a service of my own but I couldn&#39;t figure out how to do so.</p> <p>Thanks for any help!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/blah1998z"> /u/blah1998z </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/qw3gsr/only_using_openbox_vs_gnomeopenbox_or_kdeopenbox/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/qw3gsr/only_using_openbox_vs_gnomeopenbox_or_kdeopenbox/">[comments]</a></span>