mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
11 lines
255 B
Lua
11 lines
255 B
Lua
local awful = require("awful")
|
|
|
|
local startup =
|
|
{
|
|
awful.spawn.with_shell("nitrogen --set-zoom-fill --no-recurse --random --head=0 ~/Pictures/SFW/Nature"),
|
|
awful.spawn.with_shell("optimus-manager-qt"),
|
|
os.execute("picom -b"),
|
|
}
|
|
|
|
return startup
|