neodotfiles/user/.config/awesome/core/autostart.lua
2022-09-12 19:22:46 -04:00

4 lines
178 B
Lua

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 &")