diff --git a/Makefile b/Makefile index 0efaa74..424598a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -DAEMON_BINARY := swhkd -SERVER_BINARY := swhks +DAEMON_BINARY := sohkd +SERVER_BINARY := sohks BUILDFLAGS := --release POLKIT_DIR := /etc/polkit-1/rules.d -POLKIT_RULE := swhkd.rules +POLKIT_RULE := sohkd.rules TARGET_DIR := /usr/bin all: build diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 5a95977..99dda2f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -15,7 +15,7 @@ # Compiling: -* `git clone https://github.com/waycrate/swhkd;cd swhkd` +* `git clone https://github.com/waycrate/sohkd;cd sohkd` * `make setup` * `make clean` * `make` for a musl compile. @@ -24,5 +24,5 @@ # Running: -`swhks` -`pkexec swhkd` +`sohks` +`pkexec sohkd`