From 1caaa8baa66b9957ab082d9c9ad87c0417b163a7 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 28 Nov 2023 15:59:36 -0500 Subject: [PATCH] fix: correct the accidental removal of workspaces --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 56e328f..e5701d6 100644 --- a/config +++ b/config @@ -29,6 +29,8 @@ exec swayidle -w \ # Include the initial exec commands include autostart.conf +include workspaces.conf + # Pull the rest of config from .conf files in conf.d include conf.d/*.conf