summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/rc.lua b/rc.lua
index 0dfd276..bad5a4c 100644
--- a/rc.lua
+++ b/rc.lua
@@ -91,12 +91,12 @@ for s in screen do
local pgr = pager.Pager:new(s, 128, 800)
pgr:set_desktop(wsp.desktops[s.index])
- wsp.signals:connect_signal("desktop:view",
- function(signals, view_screen, desktop)
- if view_screen == s then
- pgr:set_desktop(wsp.desktops[desktop])
- end
- end)
+ wsp.signals:connect_signal("desktop:view",
+ function(signals, view_screen, desktop)
+ if view_screen == s then
+ pgr:set_desktop(wsp.desktops[desktop])
+ end
+ end)
-- Widgets that are aligned to the left
local left_layout = wibox.layout.fixed.vertical()