9 lines
189 B
Makefile
9 lines
189 B
Makefile
.ONESHELL:
|
|
|
|
dev:
|
|
ln -s $(PWD)/hyprshell $(HOME)/.config/quickshell/hyprshell-dev
|
|
quickshell -c hyprshell-dev &
|
|
|
|
cleanup:
|
|
pkill quickshell
|
|
unlink $(HOME)/.config/quickshell/hyprshell-dev
|