diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-02-09 20:25:51 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-02-09 20:25:51 +0100 |
commit | 665eaea830886d8b9aa655e526714e125ce1efce (patch) | |
tree | 95e73b98b14fb7d8842c28d37c0f34800564691a /Makefile | |
parent | b9782052198f472bb1d7f2da904790b3d2abde59 (diff) | |
download | dotfiles-665eaea830886d8b9aa655e526714e125ce1efce.tar.gz dotfiles-665eaea830886d8b9aa655e526714e125ce1efce.zip |
sway conf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -9,6 +9,7 @@ endef TARGETS := linux/tmux.conf \ Common/zshrc \ linux/qtile/config/config.py \ + linux/sway/config \ linux/sway/autostart \ linux/sway/hid @@ -30,10 +31,7 @@ linux/qtile/config/config.py: linux/qtile/config/config.py.m4 \ ${M4_COMMON_DEPS} $(call M4_EXEC) -linux/sway/autostart: linux/sway/autostart.m4 \ +linux/sway/%: linux/sway/%.m4 \ ${M4_COMMON_DEPS} $(call M4_EXEC) -linux/sway/hid: linux/sway/hid.m4 \ - ${M4_COMMON_DEPS} - $(call M4_EXEC) |