~ruther/guix-config

575718cd30ad78f38281b6f69be8adddeaba794f — Rutherther 2 months ago fb7bbb1
feat: update dwl
2 files changed, 12 insertions(+), 9 deletions(-)

M home/modules/ruther/home/dwl/config.h
M home/modules/ruther/home/dwl/wm.scm
M home/modules/ruther/home/dwl/config.h => home/modules/ruther/home/dwl/config.h +8 -6
@@ 31,12 31,14 @@ const char *modes_labels[] = {
static int log_level = WLR_ERROR;

static const Rule rules[] = {
	/* app_id     title       tags mask     isfloating   isterm noswallow monitor scratchkey */
	{ "alacritty-run", NULL,      0,            0,          1,      1,         -1,     0 },
	{ "kitty-run",     NULL,      0,            0,          1,      1,         -1,     0 },
	{ "foot-run",      NULL,      0,            0,          1,      1,         -1,     0 },
	{ NULL,     "Spotify Premium",0,            1,          0,      0,         -1,    's' },
	{ "MATLAB",        "Figure",  1 << 4,       0,          0,      0,         -1,     0 },
	/* app_id     title       tags mask     isfloating   isterm noswallow allow_activation monitor scratchkey */
	{ "alacritty-run", NULL,      0,            0,          1,      1,    0,               -1,     0 },
	{ "kitty-run",     NULL,      0,            0,          1,      1,    0,               -1,     0 },
	{ "foot-run",      NULL,      0,            0,          1,      1,    0,               -1,     0 },
	{ NULL,     "Spotify Premium",0,            1,          0,      0,    0,               -1,    's' },
	{ "MATLAB",        "Figure",  1 << 4,       0,          0,      0,    0,               -1,     0 },
	{ "emacs",         NULL,      0,            0,          0,      0,    1,               -1,     0 },
	{ "Emacs",         NULL,      0,            0,          0,      0,    1,               -1,     0 },
};

/* layout(s) */

M home/modules/ruther/home/dwl/wm.scm => home/modules/ruther/home/dwl/wm.scm +4 -3
@@ 111,7 111,7 @@
   printscreen-script-builder))

(define-public dwl-mine-unwrapped
  (let ((base (make-dwl-xwayland dwl-0.7)))
  (let ((base (make-dwl-xwayland dwl-0.8-dev)))
    (package
      (inherit base)
      (name "dwl-mine-unwrapped")


@@ 120,9 120,10 @@
         (method git-fetch)
         (uri (git-reference
               (url "https://git.ditigal.xyz/~ruther/dwl")
               (commit "a8e46f319f574876ce697a7097eb47a2080b1a87")))
               (commit "2daeeb4ffd1b7b382b80976a14f0ae5f23b920b9")))
         (file-name (git-file-name name "0.8-dev"))
         (sha256
          (base32 "1jkyqwnc6x48bcjcyn1ha69vwql18ib1w47jx6bxz7wg7bvidm01"))))
          (base32 "1r5k6vzmgwwlwd3giym1fy3y633i770a838fbzrc41afnbwrzz8s"))))
      (inputs
       (modify-inputs (package-inputs base)
         (append foot)