From d07826e7d08eab0e667fc8bf8d460728c1689fb1 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 29 Nov 2022 12:00:36 -0500 Subject: restart ioslay on install --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7803bc8..f7c5eaf 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ SUDO != [ "$$(id -u)" = 0 ] || echo sudo .PHONY: install install-bin install: install-bin - # sh your-fired.sh install + systemctl --user restart ioslay + : systemctl --user restart firefox uninstall-units: systemctl --user disable firefixer -- cgit v1.2.3