summaryrefslogtreecommitdiff
path: root/func
diff options
context:
space:
mode:
Diffstat (limited to 'func')
-rw-r--r--func/xdgautostart.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/func/xdgautostart.lua b/func/xdgautostart.lua
new file mode 100644
index 0000000..1bee0e8
--- /dev/null
+++ b/func/xdgautostart.lua
@@ -0,0 +1,3 @@
+local awful = require("awful")
+
+awful.spawn("dex --environment Awesome --autostart")