summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
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",