~ruther/nixos-config

3a8326efd77c11d66a1103afb683e19b2023500e — Frantisek Bohacek 10 months ago 4c2decf
feat: update dwl
M home/modules/profiles/desktop/dwl/config.h => home/modules/profiles/desktop/dwl/config.h +5 -6
@@ 32,11 32,11 @@ static int log_level = WLR_ERROR;

static const Rule rules[] = {
	/* app_id     title       tags mask     isfloating   isterm noswallow monitor scratchkey */
	{ "Alacritty", NULL,      0,            0,          1,      1,         -1,     0 },
	{ "Alacritty", "scratchpad",0,          1,          0,      0,         -1,     'a' },
	{ "kitty",     NULL,      0,            0,          1,      1,         -1,     0 },
	{ "foot",      NULL,      0,            0,          1,      1,         -1,     0 },
	{ NULL,        "Spotify Premium",0,     1,          0,      0,         -1,     's' },
	{ "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 },
};

/* layout(s) */


@@ 209,7 209,6 @@ static const Key keys[] = {
	{ MODKEY|WLR_MODIFIER_SHIFT, Key_e,          tagnthmon,      {.i = monitor_order[2]} },
	{ MODKEY|WLR_MODIFIER_SHIFT, Key_r,          tagnthmon,      {.i = monitor_order[3]} },


	TAGKEYS(                     Key_1,                          0),
	TAGKEYS(                     Key_2,                          1),
	TAGKEYS(                     Key_3,                          2),

M home/modules/profiles/desktop/dwl/default.nix => home/modules/profiles/desktop/dwl/default.nix +2 -2
@@ 95,8 95,8 @@ in {
        src = pkgs.fetchFromGitHub {
          owner = "Rutherther";
          repo = "dwl";
          rev = "ea81b93e3b29fc39c83c1c92bc025e30b71b376e";
          hash = "sha256-RDWIWuVjR525541ME2dolAQYN1t5BWy1ifY+cno8PVM=";
          rev = "3f0c3849948e160019f63af2a1384dd449a0f949";
          hash = "sha256-BjzaXJNoq8tZFrxxQVOxjdMDV9pTxpCnkEhx5jMvknM=";
        };
      }))
    ];

Do not follow this link