diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-28 21:58:17 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-28 21:58:17 +0100 |
commit | 430b60ad1fcedf6adecfad7b37aeaaf15c00f6a3 (patch) | |
tree | 6beeb6dd6e9c448ef5a4a3e420ad1cb7849eef5e /.config/hypr/Makefile | |
parent | e811e53398f7e204be538d2a9ffea29239739f77 (diff) |
Hyprland: Add a submap for prompt-/dmenu-style scripts
Diffstat (limited to '.config/hypr/Makefile')
-rw-r--r-- | .config/hypr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/Makefile b/.config/hypr/Makefile new file mode 100644 index 0000000..f091ebc --- /dev/null +++ b/.config/hypr/Makefile @@ -0,0 +1,4 @@ +all: hyprland.conf + +hyprland.conf: macros.m4 hyprland.conf.in + m4 macros.m4 hyprland.conf.in >$@ |