summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 5ff66cb..e1d23c2 100644
--- a/rc.lua
+++ b/rc.lua
@@ -123,7 +123,7 @@ awful.screen.connect_for_each_screen(function(s)
mywibox[s]:set_widget(layout)
-- show desktop <n> on <n>th screen
- wsp:view(s, s.index, 1)
+ gears.timer.delayed_call(function(s) wsp:view(s, s.index, 1) end, s)
end)