aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2021-11-14 14:40:46 -0500
committerBlista Kanjo2021-11-14 14:40:46 -0500
commita3eb721ee72be19f8de2e4cdcc82a0d0b84f1074 (patch)
tree1eedf62d42fbdff1916370af06cde7dc59e76dbe /awesome
parent57ed7adad7fd7d8628c88fc5907f8775fceeb92b (diff)
changed spawn method for autorun.sh
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index b1307ff..716d069 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.easy_async_with_shell("/home/kylert/.config/awesome/autorun.sh")
+awful.spawn("/home/kylert/.config/awesome/autorun.sh")