fix: button maps and flake fixes

This commit is contained in:
2025-02-21 12:14:04 +01:00
parent dfc7fb0e2e
commit cc72b2eff6
2 changed files with 8 additions and 0 deletions

View File

@@ -1422,6 +1422,12 @@ static const Command commands[] = {
};
#endif // KEYMODES_PATCH
#define Button6 6
#define Button7 7
#define Button8 8
#define Button9 9
/* button definitions */
#if STATUSBUTTON_PATCH
/* click can be ClkButton, ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */

View File

@@ -28,6 +28,8 @@
};
};
defaultPackage.${system} = self.packages.${system}.dwm;
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
gnumake