From 811b745f515a29776078cab93821e0ea902982c0 Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 18 Feb 2025 16:20:01 -0800 Subject: [PATCH] automatically start mpDris2 --- main.hy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.hy b/main.hy index 6786251..eb3dfb1 100644 --- a/main.hy +++ b/main.hy @@ -5,6 +5,8 @@ (import widgets) +(exec-async "mpDris2") + (defn compile-scss [] (exec "sass style/style.scss style/style.css"))