Files
crylia-theme/awesome/theme/crylia/tools/auto_starter.lua
Kievits Rene 1ceec3a7d9 a lot of stuff
2022-04-16 05:08:33 +02:00

8 lines
290 B
Lua

local awful = require("awful")
-- Autostart programs
--awful.spawn.with_shell("~/.screenlayout/single_screen.sh")
awful.spawn.with_shell("picom --experimental-backends")
awful.spawn.with_shell("xfce4-power-manager")
awful.spawn.with_shell("light-locker --lock-on-suspend --lock-on-lid &")