From 12e9b9c0cb462e77cdf450d9616d9860ead7867e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Mar 2021 10:52:02 -0800 Subject: use the hammerspoon spaces module --- Makefile.st-doy2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.st-doy2') diff --git a/Makefile.st-doy2 b/Makefile.st-doy2 index d4b3106..e7bd455 100644 --- a/Makefile.st-doy2 +++ b/Makefile.st-doy2 @@ -10,7 +10,11 @@ EMPTYDIRS := \ INSTALL_CUSTOM := \ BUILD := \ - config/alacritty/alacritty.yml + config/alacritty/alacritty.yml \ + hammerspoon/hs/_asm/undocumented/spaces/internal.so config/alacritty/alacritty.yml : config/alacritty/alacritty.yml.st-doy2 $(LN) $(notdir $<) $@ + +hammerspoon/hs/_asm/undocumented/spaces/internal.so : + cd hammerspoon/src/spaces && PREFIX=$(HOME)/conf/hammerspoon make install -- cgit v1.2.3-54-g00ecf