Better picom launch
parent
d8b78f78f3
commit
d549a22794
|
@ -1,8 +1,6 @@
|
||||||
return {
|
return {
|
||||||
init = function()
|
init = function()
|
||||||
local conf = conf_dir .. "/modules/picom/picom.conf"
|
local conf = conf_dir .. "/modules/picom/picom.conf"
|
||||||
|
|
||||||
awful.spawn("killall picom")
|
|
||||||
awful.spawn("picom -b --conf \"" .. conf .. "\"")
|
awful.spawn("picom -b --conf \"" .. conf .. "\"")
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue