From 5bdd7499ce99de96a21d79136d965dfbf041cd31 Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Fri, 30 May 2025 01:24:31 +0200 Subject: [PATCH] Updated app_specific_configuration_path --- komorebi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komorebi.json b/komorebi.json index bb4bad9..d405988 100644 --- a/komorebi.json +++ b/komorebi.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.json", - "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", + "app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 4,