Update name

main
Tait Hoyem 2 years ago
parent af323a0f16
commit 4b80557af0

@ -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

@ -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`

Loading…
Cancel
Save