From 9cef11d0147e1c66c3145962a0ae1b88b511ffb3 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 27 Sep 2019 20:09:50 +0700 Subject: Update 2019-09-27 --- awesome/.config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome/.config/awesome/rc.lua') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 08a2b8c..46a7af5 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -525,8 +525,8 @@ local globalkeys = awful.util.table.join( awful.key({modkey}, "XF86Display", function () - awful.spawn".screenlayout/single.sh" - awesome.restart() + awful.spawn.easy_async(".screenlayout/single.sh", + function () awesome.restart() end) end, {description = "switch to single display", group = "multimedia"}), awful.key({}, "Print", nil, spawner(scrot_select), -- cgit 1.4.1