aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2021-11-21 12:29:27 -0500
committerBlista Kanjo2021-11-21 12:29:27 -0500
commit3d2e1d66e18bfc8129163d41d894f5300dcee2cb (patch)
tree48d4bd5250f0e8949de2a421f4ca82aa69b4edad
parent63aca8085288a4092371d755141321720316b083 (diff)
easy_async_with_shell added to autorun.sh
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 52409ec..1070f53 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -641,4 +641,4 @@ gears.timer {
-- awful.spawn.with_shell("")
-- awful.spawn.easy_async_with_shell("")
-awful.spawn("/home/kylert/.config/awesome/autorun.sh")
+awful.spawn.easy_async_with_shell("/home/kylert/.config/awesome/autorun.sh")