Better picom launch
parent
d8b78f78f3
commit
d549a22794
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue