Better picom launch

master
Mark 2022-11-04 22:52:50 -07:00
parent d8b78f78f3
commit d549a22794
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
return {
init = function()
local conf = conf_dir .. "/modules/picom/picom.conf"
awful.spawn("killall picom")
awful.spawn("picom -b --conf \"" .. conf .. "\"")
end
}