~ruther/guix-config

a27f9b5bf0b0d69bd37b507b5b96f13cf6f4b99b — Rutherther 7 months ago b38ac2d
feat: use herd with wlr-services in dwl startup command
2 files changed, 14 insertions(+), 4 deletions(-)

M home/home-configuration.scm
M home/modules/ruther/home/dwl/scripts.scm
M home/home-configuration.scm => home/home-configuration.scm +4 -0
@@ 22,6 22,7 @@
             (ruther home dwl scripts)
             (ruther home themes)
             (ruther home services gtk)
             (ruther home services wayland)
             (ruther home services kanshi))

(home-environment


@@ 193,6 194,9 @@
                       ("x-scheme-handler/https" . "librewolf.desktop")
                       ("x-scheme-handler/unknown" . "librewolf.desktop")))))

         (service home-wayland-display-service-type)
         (service home-wlr-services-service-type
                  '(kanshi))
         (service home-kanshi-service-type
                  (home-kanshi-configuration
                   (config (kanshi-configuration

M home/modules/ruther/home/dwl/scripts.scm => home/modules/ruther/home/dwl/scripts.scm +10 -4
@@ 3,6 3,7 @@
  #:use-module (guix records)
  #:use-module (guix packages)
  #:use-module (ruther packages wayland)
  #:use-module (gnu packages admin)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages xdisorg)
  #:use-module (gnu packages wm)


@@ 197,11 198,16 @@
      (spawn (string-append #$blueman "/bin/blueman-applet") '("blueman-applet"))
      (spawn (string-append #$emacs-pgtk "/bin/emacs") '("emacs" "--daemon"))
      (spawn (string-append #$waybar "/bin/waybar") '("waybar"))
      (guard (c ((invoke-error? c)
                 #$(invoke-wlr-randr fallback-output-config)))
        #$(invoke-wlr-randr preferred-output-config))

      ;; TODO: how would I go about putting the correct paths inside of idle-rules withou env?
      ; TODO: make a "target" instead, to start.
      ; TODO: maybe shepherd should be taken out of its service?
      (invoke
       (string-append #$shepherd "/bin/herd")
       "start"
       "wlr-services"
       (getenv "WAYLAND_DISPLAY"))

      ;; TODO: how would I go about putting the correct paths inside of idle-rules without PATH env?
      (set-path-environment-variable
       "PATH"
       (map (lambda (x) (string-append x "/bin"))

Do not follow this link