From 5d6b52a5d20ad8f905f539ecf3ccb65071a650b7 Mon Sep 17 00:00:00 2001 From: cbax Date: Mon, 21 Oct 2024 18:55:36 -0400 Subject: [PATCH] window offset wrong direction --- leftwm/.config/leftwm/config.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leftwm/.config/leftwm/config.ron b/leftwm/.config/leftwm/config.ron index 734f8fb..f07ad57 100644 --- a/leftwm/.config/leftwm/config.ron +++ b/leftwm/.config/leftwm/config.ron @@ -99,7 +99,7 @@ ], auto_derive_workspaces: true, workspaces: [ //2036 - ( output: "DP-2", y: 596, x: 0, height: 1440, width: 3440 ), + ( output: "DP-2", y: -596, x: 0, height: 1440, width: 3440 ), ( output: "DP-4", y: 0, x: 3440, height: 2560, width: 1080 ), ], )