From 2871a334784feedbdd853feb83feabb4645e18af Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 14 Nov 2021 13:53:17 +0100 Subject: rc: fix focusing the initial page on startup --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 on th screen - wsp:view(s, s.index, 1) + gears.timer.delayed_call(function(s) wsp:view(s, s.index, 1) end, s) end) -- cgit v1.2.3