~ruther/guix-config

5d24039b49ad796cd11bbb60a5f527fc89f99035 — Rutherther 6 days ago 3979016
feat: dmenu-wl -> mew
M home/modules/ruther/home/dwl/config.h => home/modules/ruther/home/dwl/config.h +1 -1
@@ 149,7 149,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */
static const char *termcmd[] = { "foot", NULL };
static const char *runcmd[] = { "foot", "--app-id", "foot-run", NULL };
static const char *menucmd[] = { "rofi", "-show", "drun", NULL };
static const char *menucmd[] = { "mew-run", NULL };

/* named scratchpads - First arg only serves to match against key in rules*/
static const char *scratchpadcmd_spotify[] = {

M home/modules/ruther/home/dwl/wm.scm => home/modules/ruther/home/dwl/wm.scm +3 -0
@@ 129,6 129,9 @@
                            (substitute* "config.h"
                              (("\"foot\"") (string-append "\"" #$foot "/bin/foot\""))
                              (("\"rofi\"") (string-append "\"" #$rofi-wayland "/bin/rofi\""))
                              (("\"mew\"") (string-append "\"" #$mew "/bin/mew\""))
                              (("\"mew-run\"") (string-append "\"" #$mew "/bin/mew-run\""))
                              (("\"dmenu-wl\"") (string-append "\"" #$dmenu-wl "/bin/dmenu-wl\""))
                              (("\"passmenu\"") (string-append "\"" #$password-store-wl "/bin/passmenu\""))
                              (("\"passmenu-totp\"") (string-append "\"" #$password-store-passmenus "/bin/passmenu-totp\""))
                              (("\"passmenu-multi\"") (string-append "\"" #$password-store-passmenus "/bin/passmenu-multi\""))

M home/modules/ruther/home/passwords.scm => home/modules/ruther/home/passwords.scm +4 -4
@@ 12,7 12,7 @@
  (package/inherit password-store
    (name "password-store-wl")
    (inputs (modify-inputs (package-inputs password-store)
              (append dmenu-wl ydotool)))
              (append mew ydotool)))
    (arguments
     (substitute-keyword-arguments (package-arguments password-store)
       ((#:phases original-phases)


@@ 22,7 22,7 @@
                (substitute* "contrib/dmenu/passmenu"
                  (("dmenu=dmenu-wl\n")
                   (string-append "dmenu="
                                  (search-input-file inputs "/bin/dmenu-wl")
                                  (search-input-file inputs "/bin/mew")
                                  "\n"))
                  (("xdotool=\"ydotool")
                   (string-append "xdotool=\""


@@ 36,7 36,7 @@
   (inputs
    (list
     password-store-wl
     dmenu-wl
     mew
     ydotool
     libnotify
     wl-clipboard))


@@ 53,7 53,7 @@
            (substitute* path
                         (("dmenu=dmenu-wl\n")
                          (string-append "dmenu="
                                         (search-input-file %build-inputs "/bin/dmenu-wl")
                                         (search-input-file %build-inputs "/bin/mew")
                                         "\n"))
                         (("xdotool=\"ydotool")
                          (string-append "xdotool=\""

Do not follow this link