From 16b957daf8b789be63a95eb29942ed7d850958e5 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Fri, 1 Oct 2021 06:50:23 -0400 Subject: awful.spawn.easy_async_with_shell implemented --- awesome/rc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 171570c..bcdfe74 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -701,5 +701,6 @@ awful.spawn.with_shell("/usr/lib/at-spi-bus-launcher --launch-immediately") awful.spawn.with_shell("/usr/bin/gnome-keyring-daemon --start --components=pkcs11") awful.spawn.with_shell("/usr/lib/gsd-power") awful.spawn.with_shell("/usr/bin/gnome-keyring-daemon --start --components=secrets") -awful.spawn.with_shell("/usr/bin/gnome-keyring-daemon --start --components=ssh") ]]-- -awful.spawn.with_shell("/home/kylert/.config/awesome/autorun.sh") +awful.spawn.with_shell("/usr/bin/gnome-keyring-daemon --start --components=ssh")]]-- +awful.spawn.easy_async_with_shell("/home/kylert/.config/awesome/autorun.sh") + -- cgit v1.2.3