diff options
| -rw-r--r-- | awesome/rc.lua | 5 |
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") + |
