neodotfiles/user/.config/awesome/autostart.lua
2022-12-04 21:49:49 -04:00

6 lines
330 B
Lua

local awful = require("awful")
awful.util.spawn_with_shell("lxpolkit &")
awful.util.spawn_with_shell("$HOME/.fehbg &")
awful.util.spawn_with_shell("unclutter --hide-on-touch &")
awful.util.spawn_with_shell("picom --experimental-backends --config ~/.config/picom/picom.conf &")
awful.util.spawn_with_shell("xfce4-power-manager &")