Skip to content

Commit

Permalink
modified: config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWizardsDev committed Aug 23, 2024
1 parent 6e49861 commit 205abc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ Cfg.ForceDefaultTitle = false
-- You can use 'top', 'right', 'left' for positioning
-- If not specified, the tag will default to 'auto'
Cfg.LocationMapping = {
['top'] = {right = '50%', top = '94%'}, -- Centered at the top
['top-right'] = {right = '1%', top = '94%'}, -- Top right corner
['top-left'] = {left = '1%', top = '94%'}, -- Top left corner
['top'] = {right = '50%', top = '6%'}, -- Centered at the top
['top-right'] = {right = '1%', top = '6%'}, -- Top right corner
['top-left'] = {left = '1%', top = '6%'}, -- Top left corner
['center'] = {right = '50%', top = '35%'}, -- Centered
['center-right'] = {right = '1%', top = '35%'}, -- Center right
['center-left'] = {left = '1%', top = '35%'}, -- Center left
['bottom'] = {right = '50%', top = '6%'}, -- Centered at the bottom
['bottom-right'] = {right = '1%', top = '6%'}, -- Bottom right corner
['bottom-left'] = {left = '1%', top = '6%'}, -- Bottom left corner
['bottom'] = {right = '50%', top = '88%'}, -- Centered at the bottom
['bottom-right'] = {right = '1%', top = '88%'}, -- Bottom right corner
['bottom-left'] = {left = '1%', top = '88%'}, -- Bottom left corner
}

0 comments on commit 205abc0

Please sign in to comment.