a lot of stuff
This commit is contained in:
7
awesome/theme/crylia/tools/auto_starter.lua
Normal file
7
awesome/theme/crylia/tools/auto_starter.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
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 &")
|
||||
Reference in New Issue
Block a user