From 98aea7c88bd0b2042bd520b270314b06c1d4adc1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 10 Jun 2021 19:06:09 +0200 Subject: pager: scale vertically with available space --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index a36ce88..c71df5d 100644 --- a/rc.lua +++ b/rc.lua @@ -88,7 +88,7 @@ for s in screen do awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end))) -- Create a tasklist widget - local pgr = pager.Pager:new(s, 128, 800) + local pgr = pager.Pager:new(s) pgr:set_desktop(wsp.desktops[s.index]) wsp.signals:connect_signal("desktop:view", -- cgit v1.2.3