From 2d7aec996b54c5a28e64fafb159492fc855bac89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zag=C3=B3rowski?= Date: Fri, 3 Mar 2023 00:14:49 +0100 Subject: [PATCH] Fix sleep-deprived typo? --- hyprload.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hyprload.toml b/hyprload.toml index 22e8b46..461f608 100644 --- a/hyprload.toml +++ b/hyprload.toml @@ -1,10 +1,10 @@ -[split-plugin-workspaces] -description = "Split plugin workspaces" +[split-monitor-workspaces] +description = "Split monitor workspaces" version = "1.0.0" author = "Duckonaut" -[split-plugin-workspaces.build] -output = "split-plugin-workspaces.so" +[split-monitor-workspaces.build] +output = "split-monitor-workspaces.so" steps = [ "make all", ]