diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 04:39:57 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 04:39:57 +0100 |
commit | 8b2205700cd1e09d4d19622dcd20ec1a06dd63a5 (patch) | |
tree | f256c022081701dad5855c7a20bb4ca995e27cbb | |
parent | eedd07e327bf804829dc9e8d7b8df5eac9c55768 (diff) |
launch john
-rw-r--r-- | john.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ for ix,iname in ipairs(monitors) do end local leftover = total_width - W print("mmm",total_width,W,leftover) -local xoffs = math.floor(leftover/2) +local xoffs = -math.floor(leftover/2) for ix,iname in ipairs(monitors) do print("doing",ix,iname,"at",xoffs) |