From 3898ab82c2b9714259426cd62f73289468bfa0aa Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 7 Nov 2020 12:36:24 +0100 Subject: pager: display more information in the title --- workspace.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'workspace.lua') diff --git a/workspace.lua b/workspace.lua index bd16161..71bfaa7 100644 --- a/workspace.lua +++ b/workspace.lua @@ -10,6 +10,7 @@ function Workspace:add_desktop(idx, name, nb_pages) local desk = object() desk.name = name + desk.idx = idx desk.pages = {} desk.indices_free = stack.Stack:new() -- cgit v1.2.3