From 1ffd7e1d54dd33311440cf4f6c0b2debca042c4d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Mar 2025 16:16:21 +1100 Subject: config: refactor --- src/modules/notifpopups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/notifpopups.tsx') diff --git a/src/modules/notifpopups.tsx b/src/modules/notifpopups.tsx index d3cbb90..9d461b1 100644 --- a/src/modules/notifpopups.tsx +++ b/src/modules/notifpopups.tsx @@ -1,6 +1,6 @@ import { App, Astal, Gtk } from "astal/gtk3"; +import { notifpopups as config } from "config"; import AstalNotifd from "gi://AstalNotifd"; -import { notifpopups as config } from "../../config"; import { setupChildClickthrough } from "../utils/widgets"; import Notification from "../widgets/notification"; -- cgit v1.2.3-freya