hyprshell/Makefile
2025-08-10 00:15:24 -06:00

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