Fix dwm home call to use home not root.

This commit is contained in:
2025-11-10 17:40:24 -07:00
parent af49b5dc86
commit f32074a387

View File

@@ -32,5 +32,5 @@ function storage-home {
storage-display /home "$1" storage-display /home "$1"
} }
function storage-home-dwm { function storage-home-dwm {
storage-root "$dwm_storage_style" storage-home "$dwm_storage_style"
} }