From 4df910b72d0526b1caa0a3f730a7f642c8c7b7b8 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 28 Jun 2019 20:17:05 -0400 Subject: [PATCH] Updated makefile to use i3-msg instead of swaymsg. Copy and paste error. --- i3/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/makefile b/i3/makefile index 8be3471..5830a1a 100644 --- a/i3/makefile +++ b/i3/makefile @@ -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