diff options
| author | Blista Kanjo | 2021-11-21 12:29:27 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-21 12:29:27 -0500 |
| commit | 3d2e1d66e18bfc8129163d41d894f5300dcee2cb (patch) | |
| tree | 48d4bd5250f0e8949de2a421f4ca82aa69b4edad /awesome/rc.lua | |
| parent | 63aca8085288a4092371d755141321720316b083 (diff) | |
easy_async_with_shell added to autorun.sh
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 2 |
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") |
