aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-10-01 06:50:23 -0400
committerKyle Javier2021-10-01 06:50:23 -0400
commit16b957daf8b789be63a95eb29942ed7d850958e5 (patch)
treec128cb3e28c096ebfee8c020f1e5ed4421d5fd5f
parent85440f41dad706a242f19f60b21ce7fc7f4e733e (diff)
awful.spawn.easy_async_with_shell implemented
-rw-r--r--awesome/rc.lua5
1 files changed, 3 insertions, 2 deletions
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")
+