Workspaces

Note: The monitor ids are counted from left to right and from top to bottom


Nog has 10 different workspaces. Each workspace can be customized.

When customizing a workspace you can change the following settings:

KeyValueDescription
monitorNumberId of the monitor this workspace resides on per default
textStringText to display instead of the id (can be unicode)

Example

nog.workspaces = {
  [1] = {
    text = "First Workspace"
  },
  [2] = {
    text = "Second Workspace",
    monitor = 1
  },
}