summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-10 19:06:09 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-10 19:07:24 +0200
commit98aea7c88bd0b2042bd520b270314b06c1d4adc1 (patch)
tree68a1fa6b62102f34adc7b12a5b09af50c6d07ff1 /rc.lua
parent5fd8b72eb1d8b1b1ef981d9ba57e8070d51c308e (diff)
pager: scale vertically with available space
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
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",