From f32074a387d02d320d2107ff7d6e98cd310ea515 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 10 Nov 2025 17:40:24 -0700 Subject: [PATCH] Fix dwm home call to use home not root. --- files/dwm/storage.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/dwm/storage.function b/files/dwm/storage.function index 9a5c5c5..7809023 100755 --- a/files/dwm/storage.function +++ b/files/dwm/storage.function @@ -32,5 +32,5 @@ function storage-home { storage-display /home "$1" } function storage-home-dwm { - storage-root "$dwm_storage_style" + storage-home "$dwm_storage_style" }