neodotfiles/user/.config/awesome/core/autostart.lua

5 lines
178 B
Lua
Raw Normal View History

2022-09-12 23:22:46 +00:00
local awful = require("awful")
awful.util.spawn_with_shell("$HOME/.fehbg &")
awful.util.spawn_with_shell("lxpolkit &")
awful.util.spawn_with_shell("unclutter --hide-on-touch &")