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

7 lines
330 B
Lua
Raw Normal View History

2022-09-12 23:22:46 +00:00
local awful = require("awful")
awful.util.spawn_with_shell("lxpolkit &")
2022-09-14 00:44:31 +00:00
awful.util.spawn_with_shell("$HOME/.fehbg &")
2022-09-12 23:22:46 +00:00
awful.util.spawn_with_shell("unclutter --hide-on-touch &")
2022-09-14 00:44:31 +00:00
awful.util.spawn_with_shell("picom --experimental-backends --config ~/.config/picom/picom.conf &")
2022-12-05 01:49:49 +00:00
awful.util.spawn_with_shell("xfce4-power-manager &")