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)
|
||||
$(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
|
||||
|
|
Loading…
Reference in New Issue
Block a user