Updated makefile to use i3-msg instead of swaymsg. Copy and paste error.

This commit is contained in:
James Patrick 2019-06-28 20:17:05 -04:00
parent 6c27eb41e3
commit 4df910b72d

View File

@ -17,7 +17,7 @@ update:
ifeq ($(call cmd_exist,i3-msg), true)
$(info => Reloading i3-msg)
$(MAKE) -C $(SRC) build_i3
swaymsg reload ; $(report) "i3 reload"
i3-msg reload ; $(report) "i3 reload"
else
$(report) warn "i3 not installed."
endif