Updated makefile to use i3-msg instead of swaymsg. Copy and paste error.
This commit is contained in:
parent
6c27eb41e3
commit
4df910b72d
|
@ -17,7 +17,7 @@ update:
|
||||||
ifeq ($(call cmd_exist,i3-msg), true)
|
ifeq ($(call cmd_exist,i3-msg), true)
|
||||||
$(info => Reloading i3-msg)
|
$(info => Reloading i3-msg)
|
||||||
$(MAKE) -C $(SRC) build_i3
|
$(MAKE) -C $(SRC) build_i3
|
||||||
swaymsg reload ; $(report) "i3 reload"
|
i3-msg reload ; $(report) "i3 reload"
|
||||||
else
|
else
|
||||||
$(report) warn "i3 not installed."
|
$(report) warn "i3 not installed."
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user