window offset wrong direction

This commit is contained in:
cbax 2024-10-21 18:55:36 -04:00
parent a9e216dd0f
commit 5d6b52a5d2

View file

@ -99,7 +99,7 @@
], ],
auto_derive_workspaces: true, auto_derive_workspaces: true,
workspaces: [ //2036 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 ), ( output: "DP-4", y: 0, x: 3440, height: 2560, width: 1080 ),
], ],
) )