add swayprop
This commit is contained in:
8
.config/swayprop/Makefile
Normal file
8
.config/swayprop/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
PREFIX ?= /usr
|
||||
BINDIR ?= $(PREFIX)/bin
|
||||
SHAREDIR ?= $(PREFIX)/share/hyprprop
|
||||
|
||||
install: event_handler hyprprop
|
||||
@install -Dm644 event_handler --target-directory "$(SHAREDIR)"
|
||||
@sed 's|^EVENT_HANDLER=.*|EVENT_HANDLER="$(SHAREDIR)/event_handler"|' hyprprop \
|
||||
| install -Dm755 /dev/stdin "$(BINDIR)/hyprprop"
|
||||
Reference in New Issue
Block a user